Palantir is continually developing more tools, prompts, and resources to improve Palantir MCP. Currently, Palantir MCP provides the following tools:
Tool name | Description |
---|---|
get_repository_context | Fetches curated context about the repository. |
create_and_write_to_foundry_dataset | Creates a dataset in Foundry with data provided from a CSV file, useful for uploading local data or creating mock data. |
create_foundry_branch | Creates a new Foundry branch with a specified display name and description. |
create_or_update_foundry_object_type | Creates or updates object types in the ontology on a provided branch. |
create_or_update_foundry_link_type | Creates or updates link types in the ontology on a provided branch. |
delete_foundry_object_type | Deletes an object type from the ontology on a provided branch. |
delete_foundry_link_type | Deletes a link type from the ontology on a provided branch. |
generate_new_ontology_sdk_version | Adds ontology entities modified by a given Foundry proposal to the ontology SDK and generates a new version of that SDK. |
get_foundry_dataset_schema | Returns the definition of a Palantir dataset for a given dataset RID or dataset path, including schema information. |
get_foundry_ontology_rid | Fetches the ontology RID for a given Foundry OSDK application or local repository. |
get_ontology_sdk_context | Fetches curated documentation about the ontology SDK for the user's OSDK repository. |
get_or_create_foundry_proposal | Creates a new Foundry proposal, which is the final step of a Foundry branch. |
close_foundry_proposal | Closes an existing Foundry proposal. |
get_python_transforms_documentation | Fetches curated documentation about Python transforms and the transforms.api SDK. |
list_resources_in_foundry_folder | Returns resources available in a given folder or project RID, with pagination support. |
get_project_imports | Returns resources available to be used in a given project or with pagination support. |
run_sql_query_on_foundry_dataset | Returns the result of running a SQL query on a Palantir dataset on an optional branch. |
search_foundry_documentation | Searches Palantir Foundry platform documentation indices for relevant context snippets for a given query. |
search_foundry_ontology | Searches the ontology for relevant ontology entities for a given query. |
search_foundry_functions | Searches the Function registry for relevant ontology entities for a given query. |
view_foundry_branch | Allows viewing an existing Foundry branch, including branched resources and ontology modifications. |
view_foundry_object_type | Allows viewing an existing object type in the ontology. |
view_foundry_link_type | Allows viewing an existing link type in the ontology. |
create_python_transforms_code_repository | Allows creating a new Python transforms code repository from scratch. |
get_typescript_v1_functions_documentation | Retrieves documentation and code snippets for TypeScript V1 repositories. |
get_typescript_v2_functions_documentation | Retrieves documentation and code snippets for TypeScript V2 repositories. |