List seasons of a ground
list_seasonsRetrieves seasons of a ground sorted by time, returning a summary by default. Optionally pass view='full' to include metadata.
Instructions
Returns the seasons (time epochs) of a ground in chronological order. Seasons are created only by humans — do not attempt to create them via this MCP. See umtri://rules/seasons-human-only. By default returns a summary view (id, label, state, startedAt, grownAt). Pass view="full" to also include metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Ground slug. | |
| view | No | summary (default) drops UI-only metadata; full includes it. |