Palantir is continually developing more tools, prompts, and resources to improve Palantir MCP. Currently, Palantir MCP provides the following tools:
| Tool name | Description |
|---|---|
| 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 with pagination support. |
| Tool name | Description |
|---|---|
| get_foundry_dataset_schema | Returns the definition of a Palantir dataset for a given dataset RID or dataset path, including schema information. |
| run_sql_query_on_foundry_dataset | Returns the result of running a SQL query on a Palantir dataset on an optional branch. |
| 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. |
| build_datasets | Builds datasets in Python transforms repositories. |
| get_dataset_build_status | Returns the build status of datasets in Python transforms repositories. |
| Tool name | Description |
|---|---|
| get_resource_graph | Returns the resource graph for data lineage visualization. |
| Tool name | Description |
|---|---|
| get_foundry_ontology_rid | Fetches the ontology RID for a given Foundry OSDK application or local repository. |
| 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_object_type | Allows viewing an existing object type in the ontology. |
| create_or_update_foundry_object_type | Creates or updates object types in the ontology on a provided branch. |
| delete_foundry_object_type | Deletes an object type from the ontology on a provided branch. |
| view_foundry_link_type | Allows viewing an existing link type in the ontology. |
| create_or_update_foundry_link_type | Creates or updates link types in the ontology on a provided branch. |
| delete_foundry_link_type | Deletes a link type from the ontology on a provided branch. |
| view_foundry_action_type | Allows viewing an existing action type in the ontology. |
| Tool name | Description |
|---|---|
| query_ontology_objects | Queries ontology objects based on specified criteria. |
| aggregate_ontology_objects | Aggregates ontology objects based on specified criteria. |
| Tool name | Description |
|---|---|
| get_ontology_sdk_context | Fetches curated documentation about the ontology SDK for the user's OSDK repository. |
| get_ontology_sdk_examples | Retrieves examples for using the ontology SDK. |
| Tool name | Description |
|---|---|
| list_platform_sdk_apis | Lists available Platform SDK APIs. |
| get_platform_sdk_api_reference | Gets API reference documentation for Platform SDK APIs. |
| Tool name | Description |
|---|---|
| get_repository_context | Fetches curated context about the current Foundry code repository. |
| create_python_transforms_code_repository | Creates a new Python transforms code repository from scratch. |
| create_code_repository_pull_request | Creates a pull request in a code repository. |
| Tool name | Description |
|---|---|
| create_foundry_branch | Creates a new Foundry branch with a specified display name and description. |
| view_foundry_branch | Allows viewing an existing Foundry branch, including branched resources and ontology modifications. |
| close_foundry_branch | Closes an existing Foundry branch. |
| create_foundry_proposal | Creates a new Foundry proposal, which is the final step of a Foundry branch. |
| view_foundry_proposal | Allows viewing an existing Foundry proposal. |
| close_foundry_proposal | Closes an existing Foundry proposal. |
| Tool name | Description |
|---|---|
| connect_to_dev_console_app | Connects a non-Foundry Git repository to a Developer Console application. |
| 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. |
| install_sdk_package | Installs an SDK package in the repository. |
| view_osdk_definition | Views OSDK type definitions and interfaces. |
| Tool name | Description |
|---|---|
| create_rest_api_data_source | Creates a REST API data source in Foundry. |
| create_foundry_rest_api_data_source_webhook | Creates a webhook for a REST API data source in Foundry. |
| get_or_create_network_egress_policy | Gets or creates a network egress policy in Foundry. Useful when creating webhooks. |
| Tool name | Description |
|---|---|
| get_python_transforms_documentation | Fetches curated documentation about Python transforms and the transforms.api SDK. |
| 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. |
| search_foundry_documentation | Searches Palantir Foundry platform documentation indices for relevant context snippets for a given query. |