get_next_todo_task
Retrieve the next incomplete task from a specified TODO list using project and list identifiers. Ensure efficient task management and progress tracking.
Instructions
Get the next incomplete task in a TODO list. Returns: {success: bool, task?: {number: int, description: str}, message?: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | The project identifier | |
todo_number | Yes | The TODO list number |