taskqueue-mcp

read_project

Retrieve detailed project information, including task statuses, by specifying the project ID. Ideal for monitoring progress on taskqueue-mcp server workflows.

Instructions

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

You must be authenticated.

Other Tools from taskqueue-mcp

Related Tools

ID: wb0ya36k4k