list_ai_queue
View AI processing task queue with optional priority and tag filters to identify queued work.
Instructions
List tasks queued for AI processing (compact summaries). Supports optional priority and tag filters. Use start_task on each to begin work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag names (comma-separated) | |
| teamId | No | Team ID (auto from session if omitted) | |
| priority | No | Filter by priority: LOW, MEDIUM, HIGH, CRITICAL (comma-separated) | |
| projectId | No | Project ID (auto from session if omitted) |