Skip to main content
Glama

taskqueue-mcp

list_projects

View all projects with details like ID, initial prompt, and task counts. Filter by state: open, pending_approval, completed, or all to manage task queues efficiently.

Instructions

List all projects in the system and their basic information (ID, initial prompt, task counts), optionally filtered by state (open, pending_approval, completed, all).

Input Schema

NameRequiredDescriptionDefault
stateNoFilter projects by state. 'open' (any incomplete task), 'pending_approval' (any tasks awaiting approval), 'completed' (all tasks done and approved), or 'all' to skip filtering.

Input Schema (JSON Schema)

{ "properties": { "state": { "description": "Filter projects by state. 'open' (any incomplete task), 'pending_approval' (any tasks awaiting approval), 'completed' (all tasks done and approved), or 'all' to skip filtering.", "enum": [ "open", "pending_approval", "completed", "all" ], "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

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