list_projects
Retrieve and filter projects on the taskqueue-mcp server by state (open, pending_approval, completed, or all), providing project IDs, initial prompts, and task counts for efficient project management.
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
Name | Required | Description | Default |
---|---|---|---|
state | No | 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. |