Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DATAPROC_MCP_TRANSPORT | No | Custom transport method for the MCP server | |
GOOGLE_APPLICATION_CREDENTIALS | No | Path to service account JSON file for Google Cloud authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
get_clusters_resource | Get list of all Dataproc clusters. |
get_jobs_resource | Get list of all Dataproc jobs. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_clusters | List Dataproc clusters in a project and region. |
create_cluster | Create a new Dataproc cluster. |
delete_cluster | Delete a Dataproc cluster. |
get_cluster | Get details of a specific Dataproc cluster. |
submit_job | Submit a job to a Dataproc cluster. |
list_jobs | List jobs in a Dataproc cluster. |
get_job | Get details of a specific job. |
cancel_job | Cancel a running job. |
create_batch_job | Create a Dataproc batch job. |
list_batch_jobs | List Dataproc batch jobs. |
get_batch_job | Get details of a specific batch job. |
delete_batch_job | Delete a batch job. |