taskqueue-mcp

get_next_task

Get the next task to be done in a project. Returns the first non-approved task in sequence, regardless of status. The task may include toolRecommendations and ruleRecommendations fields that should be used to guide task completion.

Input Schema

NameRequiredDescriptionDefault
projectIdYesThe ID of the project to get the next task from (e.g., proj-1).

Input Schema (JSON Schema)

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