Skip to main content
Glama

Smartsheet MCP Server

cancel_batch_analysis

Stop a running batch analysis job in Smartsheet by specifying the job ID and sheet ID to ensure efficient management of automated processes.

Instructions

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" }

You must be authenticated.

Other Tools from Smartsheet 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/terilios/smartsheet-server'

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