Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_advice_note_grass_eng_wal

Retrieve the full list of available advice notes for grass in England and Wales to support RB209 nutrient management planning.

Instructions

GET /api/AdviceNote/GrassEngWal — The full list of available advice notes for England and Wales grass.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.3.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It clearly signals a read-only operation via 'GET' and a 'full list' with no hidden filtering, but it does not describe output shape, ordering, or any response caveats. It is not misleading, but adds only minimal behavioral context.

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?

One compact, front-loaded sentence conveys the endpoint, action, scope, and completeness. No filler; every word earns its place.

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 zero-parameter list endpoint the description is mostly sufficient, but with no output schema and no annotations it stops short of describing what an advice note entry contains or how the list is presented. An agent can call it safely, but may still be uncertain about the return structure.

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?

The input schema has zero parameters and 100% coverage, so there are no parameter semantics for the description to clarify. Per the zero-parameter baseline, this 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 states a specific action (GET) and resource (the full list of advice notes), and scopes it to England and Wales grass, which separates it from arable and Scottish variants in the sibling list. It does not explicitly name or disambiguate adjacent list endpoints like rb209_advice_note_advice_notes, but the scope is clear enough for most selections.

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

Usage Guidelines3/5

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

The geographic and crop scope ('England and Wales grass') implies when to use it, and the word 'full list' implies no filtering, but there is no explicit statement about alternatives or a 'use this instead of...' condition. The guidance is present only by inference.

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