Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_arable_potato_varieties_by_group

Fetch potato varieties filtered by potato group ID for arable crops. Provide the group ID to see matching variety options.

Instructions

GET /api/Arable/PotatoVarieties/{potatoGroupId} — A filtered list of available potato varieties - filtered by potato group id (only required for arable potato crops).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
potatoGroupIdYesThe potato group id to filter on.

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 provided, the description itself must convey behavior. It states that this is a filtered GET list, implying a read-only operation, but it does not disclose return structure, empty-list behavior, or error handling for invalid potatoGroupId values.

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?

The description is a single, tightly written sentence that front-loads the endpoint and core purpose. Every part contributes: 'GET', 'filtered list', 'filtered by potato group id', and the arable-crop qualifier. There is no redundant or filler content.

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 simple one-parameter GET endpoint with no output schema, the description is reasonably complete: it specifies the resource, the filter parameter, and the domain context. It does not describe the shape of the returned variety list, but the complexity is low enough that this is a minor gap rather than a critical omission.

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 documents potatoGroupId as 'The potato group id to filter on.' The description adds the context that filtering is by potato group id and is only for arable potato crops, but it does not add significant new parameter semantics beyond the schema.

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 operation as a GET that returns a list of potato varieties filtered by potatoGroupId. It distinguishes itself from rb209_arable_potato_varieties through the explicit 'filtered by potato group id' wording, though it does not name that sibling directly.

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 phrase 'only required for arable potato crops' provides some usage context, implying this endpoint is relevant only in arable potato scenarios. However, it does not explicitly contrast with rb209_arable_potato_varieties or state when to use the unfiltered alternative.

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