Skip to main content
Glama

taskqueue-mcp

get_next_task

Retrieve the next unapproved task in a project sequence, including tool and rule recommendations to guide task completion, using the project ID.

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

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