get_executable_tasks
Retrieve pending or in-progress tasks sorted by priority, with optional tag filters, to identify AI-executable items to work on.
Instructions
Get tasks that AI can potentially execute.
Returns PENDING or IN_PROGRESS tasks sorted by priority. Use this to find tasks to work on.
Args: tags: Filter by tags (e.g., ['coding', 'ai-executable']) limit: Maximum number of tasks to return
Returns: List of executable tasks with details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||