get_todo_tasks
Retrieve all tasks and their completion status from a specific TODO list within a project. Input requires project ID and TODO list number. Output includes task details and success status.
Instructions
Get all tasks in a TODO list with their completion status. Returns: {success: bool, todo: {...}, tasks: [...], error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project identifier | |
todo_number | Yes | The TODO list number |