Smartsheet MCP Server

get_job_status

Get the status of a batch analysis job

Input Schema

NameRequiredDescriptionDefault
jobIdYesJob to check status for
sheet_idYesSmartsheet sheet ID

Input Schema (JSON Schema)

{ "properties": { "jobId": { "description": "Job to check status for", "type": "string" }, "sheet_id": { "description": "Smartsheet sheet ID", "type": "string" } }, "required": [ "sheet_id", "jobId" ], "type": "object" }