Skip to main content
Glama

Dataproc MCP Server

by warrenzhu25

get_batch_job

Retrieve detailed information about a specific batch job on Google Cloud Dataproc. Provide project ID, region, and batch ID to access job status and execution details.

Instructions

Get details of a specific batch job.

Args: project_id: Google Cloud project ID region: Dataproc region batch_id: Batch job ID

Input Schema

NameRequiredDescriptionDefault
batch_idYes
project_idYes
regionYes

Input Schema (JSON Schema)

{ "properties": { "batch_id": { "title": "Batch Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "region": { "title": "Region", "type": "string" } }, "required": [ "project_id", "region", "batch_id" ], "title": "get_batch_jobArguments", "type": "object" }

Other Tools from Dataproc MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/warrenzhu25/dataproc-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server