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 datasets that have been imported into the current Foundry project, with pagination support.
list_foundry_namespacesLists all Foundry namespaces that the user has access to. Useful for discovering available namespaces before creating a project.
list_foundry_project_templatesLists available project templates for a Foundry namespace. Templates define the initial structure and settings for new projects.
create_foundry_projectCreates a new Foundry project in a specified namespace using a specified template.
search_foundry_projectsSearches for Foundry projects by name or description. Returns matching projects with their RID, name, description, and path.

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.
list_dataset_filesLists the files in a Foundry dataset for a given dataset RID or dataset path. Useful for exploring datasets without a schema.
build_datasetsBuilds datasets in Python transforms repositories.
get_build_statusReturns the build status of CI checks or dataset builds. Supports checking by build RID, tag, or branch.
search_dataset_buildsSearches for historic builds based on criteria such as dataset RIDs, build statuses, branches, and time ranges.
get_job_statusRetrieves detailed status information for a specific job by job RID, including error messages and source code information.

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, including its properties, link types, and action types.
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, including its parameters, logic rules, and dependent object types.
create_or_update_foundry_action_typeCreates or updates action types in the ontology on a provided branch. Supports object modifications, deletions, and link operations.
delete_foundry_action_typeDeletes an action type from the ontology on a provided branch.

Object set tools

Tool nameDescription
query_ontology_objectsQueries ontology objects based on specified criteria with pagination support.
aggregate_ontology_objectsPerforms aggregation functions on object fields, supporting grouping, filtering, and multiple aggregation types.

OSDK tools

Tool nameDescription
get_ontology_sdk_contextFetches curated documentation about the ontology SDK for the user's OSDK repository.
get_ontology_sdk_examplesRetrieves code examples for using the ontology SDK, filtered by SDK version and topic.

Platform SDK tools

Tool nameDescription
list_platform_sdk_apisLists available Platform SDK APIs for a given Foundry product.
get_platform_sdk_api_referenceGets API reference documentation and code examples for Platform SDK API endpoints.

Code Repository tools

Tool nameDescription
get_repository_contextFetches curated context about the current Foundry code repository, including project and ontology information.
create_python_transforms_code_repositoryCreates a new Python transforms code repository from scratch.
clone_code_repository_locallyClones an existing Foundry code repository to a local directory.
create_code_repository_pull_requestCreates a pull request in a Foundry code repository.
list_code_repository_pull_requestsLists pull requests for a Foundry code repository with filtering by status, branch, author, and title.
get_code_repository_pull_requestGets comprehensive information about a pull request, including review status, CI build status, and all comments.

Global Branching tools

Tool nameDescription
create_foundry_branchCreates a new Global Branch with a specified display name and description.
view_foundry_branchAllows viewing an existing Global Branch, including branched resources and ontology modifications.
close_foundry_branchCloses an existing Global Branch.
create_foundry_proposalCreates a new Global proposal, which is the final step of a Global branch.
view_foundry_proposalAllows viewing an existing Global proposal and gets contextual information based on its status.
close_foundry_proposalCloses an existing Global proposal without merging it.

Developer Console tools

Tool nameDescription
connect_to_dev_console_appConnects a non-Foundry Git repository to a Developer Console application.
convert_to_osdk_reactConverts an existing OSDK application to use @osdk/react with OsdkProvider2 and optionally @osdk/react-components.
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_packageChecks the status of an SDK package generation and provides installation instructions when ready.
view_osdk_definitionFetches a high-level overview of the OSDK definition, including object types, link types, action types, and functions.

Compute module tools

Tool nameDescription
get_compute_modules_documentationFetches curated documentation about Compute Modules and the compute_modules Python SDK.
get_compute_modules_infoGets status and configuration for a compute module, including runtime status, scaling config, and runtime parameters.
get_compute_modules_logsRetrieves the latest logs for a compute module by build job RID, with pagination support.
manage_compute_modulesManages a compute module lifecycle: start, stop, or configure dev mode for automatic upgrades.
execute_compute_modules_functionExecutes a compute module function synchronously. Only works with compute modules running in FUNCTION mode.

Data Connection tools

Tool nameDescription
create_foundry_rest_api_data_sourceCreates a REST API data source connection in Foundry for integrating with external systems.
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 REST API data sources and 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 function repositories.
get_typescript_v2_functions_documentationRetrieves documentation and code snippets for TypeScript v2 function repositories.
get_custom_widget_documentationGets comprehensive documentation for custom widgets, including React widgets for Workshop and Slate.
get_ml_documentationFetches comprehensive ML documentation for Python transforms, covering model training, MLOps, and framework-specific patterns.
get_osdk_react_components_documentationGets documentation for the @osdk/react-components library, including ObjectTable and other pre-built components.
search_foundry_documentationSearches Palantir Foundry platform documentation indices for relevant context snippets for a given query. This tool is only available with AIP.