yougile_list_tasks
Retrieve tasks from YouGile using filters like column, assignee, sticker, or title. Read-only access for efficient task lists.
Instructions
List tasks with filters. Use columnId to get tasks from a specific column, or assignedTo/stickerId/title for advanced filtering. Uses /task-list read-only endpoint (supports more filters than /tasks).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| title | No | Filter by title substring | |
| offset | No | Pagination offset | |
| columnId | No | Filter by column UUID | |
| stickerId | No | Filter by sticker UUID | |
| assignedTo | No | Filter by assigned user IDs (comma-separated) |