aidex_tasks
List and filter project tasks by status, priority, or tags to manage work in the AiDex server backlog. Get overview of active, completed, and pending tasks.
Instructions
List and filter tasks in the project backlog. Returns tasks grouped by status (active, backlog, done, cancelled) and sorted by priority. Use to get an overview of all open and completed work.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to project with .aidex directory | |
| status | No | Filter by status (default: show all) | |
| priority | No | Filter by priority | |
| tag | No | Filter by tag (matches any task containing this tag) |