list_event_instances
Retrieve instances of a recurring event sorted by date. Filter by date range and optionally include full participant information.
Instructions
List instances of a recurring event. Returns instances sorted by date. Supports filtering by date range. Use includeParticipants=true to fetch full participant info (extra lookups).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recurringEventId | Yes | a string that will be trimmed | |
| from | No | Start date filter (timestamp) | |
| to | No | End date filter (timestamp) | |
| limit | No | Maximum number of instances to return (default: 50) | |
| includeParticipants | No | Include full participant info (requires extra lookups, default: false) |
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. |