Skip to main content
Glama

List seasons of a ground

list_seasons

Retrieves 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

TableJSON Schema
NameRequiredDescriptionDefault
slugYesGround slug.
viewNosummary (default) drops UI-only metadata; full includes it.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full behavioral burden. It discloses the human-only creation constraint, chronological ordering, and the summary vs full view behavior including the specific fields returned. It doesn't cover errors or auth, but these are not critical for a read-only list operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each earns its place: first states the core function, second gives an essential constraint/rule, third explains the parameter effect and output. Front-loaded and free of fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 2-parameter tool with no output schema, the description explains the return format (summary fields vs full metadata) and points to an external rule for the human-only constraint. It lacks pagination details, but the tool is simple and likely not paginated. Overall sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the default view ('summary') and what 'view=full' includes ('metadata'), plus listing the exact fields in the default summary. This goes beyond the schema's brief descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb+resource ('Returns the seasons of a ground') and adds distinct scope ('in chronological order'), clearly differentiating it from sibling list tools like list_bugs and list_events. The purpose is immediately obvious.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance that seasons are human-only and creation via MCP is prohibited, with a reference link. This acts as a 'when not to use' instruction. It doesn't explicitly contrast with sibling list tools, but the exclusion and default view explanation offer clear context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bepuljang/umtri-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server