Skip to main content
Glama

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

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

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