taskqueue-mcp

read_project

Read all information for a given project, by its ID, including its tasks' statuses.

Input Schema

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

Input Schema (JSON Schema)

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