Skip to main content
Glama

Smartsheet MCP Server

get_job_status

Check the status of a batch analysis job using the sheet ID and job ID to monitor progress and retrieve results efficiently.

Instructions

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

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