taskqueue-mcp

read_task

Get details of a specific task by its ID. The task may include toolRecommendations and ruleRecommendations fields that should be used to guide task completion.

Input Schema

NameRequiredDescriptionDefault
taskIdYesThe ID of the task to read (e.g., task-1).

Input Schema (JSON Schema)

{ "properties": { "taskId": { "description": "The ID of the task to read (e.g., task-1).", "type": "string" } }, "required": [ "taskId" ], "type": "object" }