Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_arable_crop_group

Retrieve detailed arable crop group data by crop group ID to support nutrient management planning.

Instructions

GET /api/Arable/CropGroup/{cropGroupId} — Individual crop group - filtered by crop group id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cropGroupIdYesThe crop 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.8/5.0
Behavior4/5

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

With no annotations, the description is the sole source of behavioral context. It clearly discloses a GET (read-only) operation for a single resource, which is the key behavioral trait. It does not mention error behavior, authorization, or return shape, but for a simple id lookup this is reasonably transparent.

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, front-loaded sentence that includes the exact HTTP method, path, and a brief explanation. There is no wasted text, and the key filtering behavior is stated immediately.

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?

This is a low-complexity tool with one required parameter and no output schema. The description plus schema provide enough information to invoke the tool correctly. It omits response format and error behavior, but those are secondary given the simplicity.

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%, and the schema already documents cropGroupId as 'The crop group id to filter on'. The description only restates this filtering purpose without adding additional semantics such as value ranges or format details, so it stays at the baseline.

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 names a concrete GET operation on a specific resource ('Individual crop group') and states it is filtered by crop group id. It is clear, though it does not explicitly distinguish itself from close siblings like rb209_arable_crop_groups or rb209_arable_crop_types_by_group.

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 'filtered by crop group id' implies this tool is for retrieving a single crop group by ID, but the description gives no explicit when-to-use guidance or mention of alternatives. Usage context is only implied, not stated.

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