taskqueue-mcp

read_task

Retrieve detailed information about a specific task by its ID using the MCP server taskqueue-mcp. Includes tool and rule recommendations to guide task completion.

Instructions

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

You must be authenticated.

Other Tools from taskqueue-mcp

Related Tools

ID: wb0ya36k4k