list_work_slots
List scheduled work slots attached to ToDos, filterable by employee and date range. Displays planned time blocks from various clients.
Instructions
List scheduled work slots created by schedule_todo, Huly UI, or other clients. Shows planned time blocks attached to ToDos. Supports filtering by employee and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeId | No | a string that will be trimmed | |
| from | No | Filter slots from this timestamp | |
| to | No | Filter slots until this timestamp | |
| limit | No | Maximum number of slots to return (default: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |