Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_soil_methodologies

Filter soil methodologies by nutrient ID and country ID to find applicable methods for nutrient planning.

Instructions

GET /api/Soil/Methodologies/{nutrientId}/{countryId} — A filtered list of available soil methodologies - filtered by nutrient id and country id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryIdYesThe country id to filter on
nutrientIdYesThe nutrient 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

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 behavioral disclosure burden. It does disclose the HTTP method GET, implying a read-only operation, and says the list is filtered to 'available' methodologies. However, it does not describe response structure, error behavior, or how IDs are resolved, so transparency is only partially covered.

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, short sentence with the endpoint path front-loaded. It is easy to scan, though the word 'filtered' appears twice in a slightly redundant way. Overall it is appropriately concise.

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 simple lookup endpoint, the description names the result type and the two required parameters. However, there is no output schema, and the description does not explain what fields a methodology object contains or how this list relates to the many sibling soil tools. The absence of output schema raises the burden, so the description is adequate but not complete.

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 both parameters as filters. The description repeats that filtering is by nutrient id and country id but adds no additional meaning beyond the schema, which earnse a baseline 3.

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 a GET operation returning a filtered list of soil methodologies, filtered by nutrient and country id. It states the specific verb, resource, and scope. It does not explicitly contrast with the singular rb209_soil_methodology sibling, but the plural 'methodologies' and endpoint path make the distinction reasonably clear.

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 explains what the tool does but gives no guidance about when to choose it over alternatives such as rb209_soil_methodology or the various soil nutrient index tools. There are no when-to-use or when-not-to-use cues, and the many sibling tools make this omission more significant.

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