yougile_list_tasks
List tasks from YouGile with filters for column, assignee, sticker, or title. Retrieve exactly the tasks you need for project management.
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) |