list_todos
Retrieve and review all TODO lists in a project, including descriptions and completion status, to plan tasks, track progress, and avoid duplicates.
Instructions
List all TODO lists in a project with their completion status.
When to use this tool:
- Getting overview of all project tasks
- Checking TODO completion progress
- Finding specific TODO lists
- Planning task execution
- Reviewing project task status
Key features:
- Shows all TODO lists with descriptions
- Includes completion statistics
- Returns TODO numbers for reference
- Lightweight overview operation
You should:
- Use before creating new TODOs
- Check for existing related TODOs
- Note TODO numbers for operations
- Review completion percentages
- Use to avoid duplicate TODOs
DO NOT use when:
- Need specific task details (use get_todo_tasks)
- Already know TODO number
- No TODOs exist in project
Returns: {success: bool, todos: [...], error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project identifier |