Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_grass_defoliation_sequences

Retrieve available defoliation sequences for grass fields by specifying sward type, management, number of cuts, and new sward status. Use this to identify suitable cutting and grazing schedules for nutrient planning.

Instructions

GET /api/Grass/DefoliationSequences/{swardTypeId}/{swardManagementId}/{numberOfCuts}/{newSward} — Deprecated - The list of different defoliation sequences available for grass fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
newSwardYesWhether a new sward (true) or not (false).
swardTypeIdYesThe sward type id of the field.
numberOfCutsYesThe number of cuts made to the field in the season.
swardManagementIdYesThe sward management id of the field.

Schema Changelog

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

  1. First observedv0.3.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does convey that the tool is deprecated and returns a list, which implies a read-only operation. However, it does not explain response format, error behavior, or consequences of invalid parameter combinations, which could matter for an API endpoint.

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 a single sentence containing the endpoint, deprecated status, and a concise explanation of the return value. It is compact and readable, though the full URL template is somewhat redundant with the schema parameters.

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?

The description is adequate for a simple listing endpoint but leaves gaps. It does not define what a defoliation sequence is, what the response structure looks like, or which alternative tool should be used given the deprecation. The presence of similar sibling tools makes this lack of context more impactful.

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 description coverage is 100%, so the schema already fully documents all four parameters. The description adds no extra meaning about the parameters beyond embedding them in the URL, so the baseline score of 3 is appropriate.

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 clearly identifies the resource (defoliation sequences for grass fields) and the operation (GET/list). The endpoint pattern and 'Deprecated' marker add specificity, though it does not explicitly distinguish itself from the similar sibling rb209_grass_defoliation_sequence or rb209_grass_defoliation_sequences_by_country.

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?

The description provides no guidance on when to use this tool versus its siblings. The word 'Deprecated' signals the tool may be outdated, but no alternative is offered, leaving the agent to guess whether to use rb209_grass_defoliation_sequence or rb209_grass_defoliation_sequences_by_country instead.

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