Smartsheet MCP Server

cancel_batch_analysis

Cancel a running batch analysis job

Input Schema

NameRequiredDescriptionDefault
jobIdYesJob to cancel
sheet_idYesSmartsheet sheet ID

Input Schema (JSON Schema)

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