Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_grass_seasons

Retrieve grass seasons for a specified country to support nutrient management planning.

Instructions

GET /api/Grass/GrassSeasons/{countryId} — This endpoint is used to return grass seasons.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryIdYesThe country id

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says the endpoint returns grass seasons; it does not mention output format, whether the countryId filters results, or any edge cases. The GET method implies read-only, but the description adds almost no behavioral depth.

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

Conciseness4/5

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

The description is very short and front-loaded with the HTTP method and path. It is not bloated, but 'This endpoint is used to return grass seasons' could be tightened to 'Returns grass seasons for the given country' without losing anything.

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

Completeness3/5

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

For a single-parameter GET with full schema coverage, the description is barely adequate. However, with no output schema and no annotations, it should clarify that the response is a list of grass seasons and that the countryId is used to scope them; the current description leaves that implicit.

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

Parameters3/5

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

Schema coverage is 100%, with the countryId parameter already documented as 'The country id'. The description adds no additional meaning beyond the schema, but since the schema fully covers the parameter, the baseline of 3 applies.

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

Purpose4/5

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

The description states a clear verb 'return' with a specific resource 'grass seasons', and the endpoint path makes the operation concrete. However, it does not distinguish between this plural endpoint and the sibling rb209_grass_season, nor from measurement_seasons, so the agent gets little help separating it from similar tools.

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

Usage Guidelines2/5

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

There is no guidance about when to use this endpoint versus alternatives such as rb209_grass_season or rb209_measurement_seasons. The context is not stated, and no exclusions or alternative conditions are provided.

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/charles-gentry/rb209-mcp'

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