Skip to main content
Glama

taskqueue-mcp

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

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

Input Schema (JSON Schema)

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

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/chriscarrollsmith/taskqueue-mcp'

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