get_ready_tasks
Retrieve tasks ready for execution by identifying those with no pending dependencies within a specified project or task list scope.
Instructions
Retrieve tasks that are ready for execution (tasks with no pending dependencies or all dependencies completed) within a specified scope (project or task list)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope_type | Yes | The type of scope to query: 'project' or 'task_list' | |
| scope_id | Yes | The UUID of the project or task list to query |