listTasks
Retrieve tasks for a specific project on the MCP Task Manager Server. Filter by task status and optionally include nested subtasks for detailed task management.
Instructions
Retrieves a list of tasks for a specified project. Allows optional filtering by task status ('todo', 'in-progress', 'review', 'done'). Provides an option to include nested subtasks directly within their parent task objects in the response. Returns an array of task objects.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_subtasks | No | Optional flag (default false). If true, the response will include subtasks nested within their parent tasks. | |
project_id | Yes | The unique identifier (UUID) of the project whose tasks are to be listed. This project must exist. | |
status | No | Optional filter to return only tasks matching the specified status. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MCP Task Manager Server
Related Tools
- @chriscarrollsmith/taskqueue-mcp
- @bsmi021/mcp-task-manager-server
- @chriscarrollsmith/taskqueue-mcp
- @milkosten/task-mcp-server
- @aliyun/alibabacloud-dataworks-mcp-server