Skip to main content
Glama

task-orchestrator-mcp

by 108yen

getTask

Retrieve task details using a specific task ID from the task-orchestrator-mcp server for effective task management and orchestration.

Instructions

Get a task by its ID

Input Schema

NameRequiredDescriptionDefault
idYesTask ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Task ID", "type": "string" } }, "required": [ "id" ], "type": "object" }
Install Server

Other Tools from task-orchestrator-mcp

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/108yen/task-orchestrator-mcp'

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