read_task
Retrieve specific task details by ID from the taskqueue-mcp server, including tool and rule recommendations to guide task completion effectively.
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
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The ID of the project containing the task (e.g., proj-1). | |
taskId | Yes | The ID of the task to read (e.g., task-1). |