Skip to main content
Glama

MCP Async Server

check_task_status

Verify the current status of an asynchronous task using its unique ID. Ensure real-time progress tracking, error monitoring, and resource management for efficient task handling.

Instructions

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

Other Tools from MCP Async 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/ViezeVingertjes/example-async-mcp'

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