Skip to main content
Glama

taskqueue-mcp

list_tasks

Retrieve and filter tasks by project ID or state (open, pending_approval, completed) to manage workflows efficiently. Includes task and rule recommendations for guidance.

Instructions

List all tasks, optionally filtered by project ID and/or state (open, pending_approval, completed, all). Tasks may include tool and rule recommendations to guide their completion.

Input Schema

NameRequiredDescriptionDefault
projectIdNoThe ID of the project to list tasks from. If omitted, list all tasks.
stateNoFilter tasks by state. 'open' (not started/in progress), 'pending_approval', 'completed', or 'all' to skip filtering.

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "The ID of the project to list tasks from. If omitted, list all tasks.", "type": "string" }, "state": { "description": "Filter tasks by state. 'open' (not started/in progress), 'pending_approval', 'completed', or 'all' to skip filtering.", "enum": [ "open", "pending_approval", "completed", "all" ], "type": "string" } }, "required": [], "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