list_tasks
Organize and track tasks across projects with intelligent filtering and hierarchical views. Supports sprint planning, progress reviews, and productivity management by listing tasks for specific projects or parent tasks.
Instructions
Explore and organize your task portfolio with intelligent filtering and comprehensive progress tracking. View all tasks across projects or focus on specific project tasks, perfect for sprint planning, progress reviews, and maintaining productivity momentum.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeCompleted | No | Include completed tasks in results (default: true) | |
parentId | No | Filter to tasks under this parent (optional) | |
projectId | Yes | ID of the project to list tasks for | |
showHierarchy | No | Show tasks in hierarchical tree format (default: true) | |
workingDirectory | Yes | The full absolute path to the working directory where data is stored. MUST be an absolute path, never relative. Windows: "C:\Users\username\project" or "D:\projects\my-app". Unix/Linux/macOS: "/home/username/project" or "/Users/username/project". Do NOT use: ".", "..", "~", "./folder", "../folder" or any relative paths. Ensure the path exists and is accessible before calling this tool. NOTE: When server is started with --claude flag, this parameter is ignored and a global user directory is used instead. |