Skip to main content
Glama

get_task_status

Check the status of all tasks managed by the MCP Orchestrator Server to monitor progress, track dependencies, and ensure efficient task coordination.

Instructions

Get status of all tasks

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_task_status' tool. It returns a JSON string containing the status of all tasks loaded from tasks.json.
    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 input schema (no required arguments).
    { name: "get_task_status", description: "Get status of all tasks", inputSchema: { type: "object", properties: {}, required: [] } },
  • Schema definition for the 'get_task_status' tool provided in the tool listing.
    { name: "get_task_status", description: "Get status of all tasks", inputSchema: { type: "object", properties: {}, required: [] } },

Other Tools

Related Tools

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