get_next_task
Retrieve the next pending task in a project from taskqueue-mcp, along with recommendations to guide its completion, ensuring structured progress.
Instructions
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
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | The ID of the project to get the next task from (e.g., proj-1). |