MCP Async Server

check_task_status

Check the status of an async task

Input Schema

NameRequiredDescriptionDefault
taskIdYesThe task ID returned by process_task

Input Schema (JSON Schema)

{ "properties": { "taskId": { "description": "The task ID returned by process_task", "type": "string" } }, "required": [ "taskId" ], "type": "object" }

You must be authenticated.

Other Tools