Skip to main content
Glama

get_task_status

Check the status of all tasks in the orchestration system to monitor progress and coordinate workflows.

Instructions

Get status of all tasks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler implementation for the 'get_task_status' tool. It returns a JSON string containing the status of all tasks.
    case "get_task_status": { debug('Getting task status'); return { content: [{ type: "text", text: JSON.stringify(Object.values(tasks), null, 2) }] }; }
  • src/index.ts:438-446 (registration)
    Registration of the 'get_task_status' tool in the ListTools response, including its name, description, and empty input schema.
    { name: "get_task_status", description: "Get status of all tasks", inputSchema: { type: "object", properties: {}, required: [] } },

Latest Blog Posts

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/mokafari/orchestrator-server'

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