Available tools

Palantir is continually developing more tools, prompts, and resources to improve Palantir MCP. Currently, Palantir MCP provides the following tools:

Tool nameDescription
get_repository_contextFetches curated context about the repository.
create_and_write_to_foundry_datasetCreates a dataset in Foundry with data provided from a CSV file, useful for uploading local data or creating mock data.
create_foundry_branchCreates a new Foundry branch with a specified display name and description.
create_or_update_foundry_object_typeCreates or updates object types in the ontology on a provided branch.
create_or_update_foundry_link_typeCreates or updates link types in the ontology on a provided branch.
delete_foundry_object_typeDeletes an object type from the ontology on a provided branch.
delete_foundry_link_typeDeletes a link type from the ontology on a provided branch.
generate_new_ontology_sdk_versionAdds ontology entities modified by a given Foundry proposal to the ontology SDK and generates a new version of that SDK.
get_foundry_dataset_schemaReturns the definition of a Palantir dataset for a given dataset RID or dataset path, including schema information.
get_foundry_ontology_ridFetches the ontology RID for a given Foundry OSDK application or local repository.
get_ontology_sdk_contextFetches curated documentation about the ontology SDK for the user's OSDK repository.
get_or_create_foundry_proposalCreates a new Foundry proposal, which is the final step of a Foundry branch.
close_foundry_proposalCloses an existing Foundry proposal.
get_python_transforms_documentationFetches curated documentation about Python transforms and the transforms.api SDK.
list_resources_in_foundry_folderReturns resources available in a given folder or project RID, with pagination support.
get_project_importsReturns resources available to be used in a given project or with pagination support.
run_sql_query_on_foundry_datasetReturns the result of running a SQL query on a Palantir dataset on an optional branch.
search_foundry_documentationSearches Palantir Foundry platform documentation indices for relevant context snippets for a given query.
search_foundry_ontologySearches the ontology for relevant ontology entities for a given query.
search_foundry_functionsSearches the Function registry for relevant ontology entities for a given query.
view_foundry_branchAllows viewing an existing Foundry branch, including branched resources and ontology modifications.
view_foundry_object_typeAllows viewing an existing object type in the ontology.
view_foundry_link_typeAllows viewing an existing link type in the ontology.
create_python_transforms_code_repositoryAllows creating a new Python transforms code repository from scratch.
get_typescript_v1_functions_documentationRetrieves documentation and code snippets for TypeScript V1 repositories.
get_typescript_v2_functions_documentationRetrieves documentation and code snippets for TypeScript V2 repositories.