list_subtasks
Break down complex projects into actionable subtasks with detailed visibility and flexible filtering. Ideal for sprint planning, daily standups, and tracking progress across project hierarchies.
Instructions
Navigate your detailed work breakdown with granular subtask visibility and flexible filtering options. Perfect for sprint planning, daily standups, and detailed progress tracking across the complete project hierarchy from high-level goals to specific implementation steps.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | No | Filter subtasks to only those in this project (optional) | |
taskId | No | Filter subtasks to only those belonging to this task (optional) | |
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. |