get_tasks
Retrieve tasks from Megaplan filtered by status, responsible employee, or search term. Use pagination to control result size.
Instructions
List tasks from Megaplan with filters by status, responsible user, and search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page | |
| offset | No | Offset for pagination | |
| search | No | Search by task name | |
| filter_status | No | Filter by status (e.g. active, completed, delayed) | |
| filter_responsible_id | No | Filter by responsible employee ID |