Available tools

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

Compass tools

Tool nameDescription
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 with pagination support.

Dataset tools

Tool nameDescription
get_foundry_dataset_schemaReturns the definition of a Palantir dataset for a given dataset RID or dataset path, including schema information.
run_sql_query_on_foundry_datasetReturns the result of running a SQL query on a Palantir dataset on an optional branch.
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.
build_datasetsBuilds datasets in Python transforms repositories.
get_dataset_build_statusReturns the build status of datasets in Python transforms repositories.

Data Lineage tools

Tool nameDescription
get_resource_graphReturns the resource graph for data lineage visualization.

Ontology tools

Tool nameDescription
get_foundry_ontology_ridFetches the ontology RID for a given Foundry OSDK application or local repository.
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_object_typeAllows viewing an existing object type in the ontology.
create_or_update_foundry_object_typeCreates or updates object types in the ontology on a provided branch.
delete_foundry_object_typeDeletes an object type from the ontology on a provided branch.
view_foundry_link_typeAllows viewing an existing link type in the ontology.
create_or_update_foundry_link_typeCreates or updates link types in the ontology on a provided branch.
delete_foundry_link_typeDeletes a link type from the ontology on a provided branch.
view_foundry_action_typeAllows viewing an existing action type in the ontology.

Object set tools

Tool nameDescription
query_ontology_objectsQueries ontology objects based on specified criteria.
aggregate_ontology_objectsAggregates ontology objects based on specified criteria.

OSDK tools

Tool nameDescription
get_ontology_sdk_contextFetches curated documentation about the ontology SDK for the user's OSDK repository.
get_ontology_sdk_examplesRetrieves examples for using the ontology SDK.

Platform SDK tools

Tool nameDescription
list_platform_sdk_apisLists available Platform SDK APIs.
get_platform_sdk_api_referenceGets API reference documentation for Platform SDK APIs.

Code Repository tools

Tool nameDescription
get_repository_contextFetches curated context about the current Foundry code repository.
create_python_transforms_code_repositoryCreates a new Python transforms code repository from scratch.
create_code_repository_pull_requestCreates a pull request in a code repository.

Foundry Branching tools

Tool nameDescription
create_foundry_branchCreates a new Foundry branch with a specified display name and description.
view_foundry_branchAllows viewing an existing Foundry branch, including branched resources and ontology modifications.
close_foundry_branchCloses an existing Foundry branch.
create_foundry_proposalCreates a new Foundry proposal, which is the final step of a Foundry branch.
view_foundry_proposalAllows viewing an existing Foundry proposal.
close_foundry_proposalCloses an existing Foundry proposal.

Developer Console tools

Tool nameDescription
connect_to_dev_console_appConnects a non-Foundry Git repository to a Developer Console application.
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.
install_sdk_packageInstalls an SDK package in the repository.
view_osdk_definitionViews OSDK type definitions and interfaces.

Data Connection tools

Tool nameDescription
create_rest_api_data_sourceCreates a REST API data source in Foundry.
create_foundry_rest_api_data_source_webhookCreates a webhook for a REST API data source in Foundry.
get_or_create_network_egress_policyGets or creates a network egress policy in Foundry. Useful when creating webhooks.

Documentation search tools

Tool nameDescription
get_python_transforms_documentationFetches curated documentation about Python transforms and the transforms.api SDK.
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.
search_foundry_documentationSearches Palantir Foundry platform documentation indices for relevant context snippets for a given query.