Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_soil_nutrient_indexes

Fetch nutrient indexes for a given methodology ID to determine available soil nutrient index values. Optionally filter by nutrient ID to refine results.

Instructions

GET /api/Soil/NutrientIndexes/{methodologyId} — A list of the available nutrient indexes across nutrients - filtered by methodology id. — Returns T04 'No nutrient indexes found' for many nutrient/methodology combos. If the user has no soil analysis, skip it and send soilAnalyses: []; only convert a measured value via the NutrientIndexIdFromValue tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nutrientIdNoThe nutrient id to filter on (optional)
methodologyIdYesThe methodology 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.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses the T04 'No nutrient indexes found' response behavior and gives a handling instruction for missing soil analysis. It does not describe output structure or authentication, but for a simple list endpoint this is sufficient 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the HTTP method and endpoint, then provides the most important behavioral and usage notes. Every sentence contributes useful information; no filler is present.

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 low-complexity tool with two parameters, no annotations, and no output schema, the description covers the essential context: what it returns, when it fails, when to skip it, and which sibling to use instead. It could be more complete by describing the response list shape, but the provided guidance is enough for an agent to call it correctly in typical flows.

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%, so the baseline is 3. The description reinforces that methodologyId is the filter and that the result spans nutrients, but it adds nothing about the optional nutrientId parameter beyond what the schema already states. It neither harms nor significantly augments the schema's parameter documentation.

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 clear verb-resource pair ('GET ... a list of the available nutrient indexes') and names the filtering dimension (methodology id). It is reasonably distinct from siblings because it explicitly frames the result as a cross-nutrient list, though it does not differentiate itself from the similarly named rb209_soil_nutrient_indices sibling.

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

Usage Guidelines4/5

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

Provides concrete situational guidance: if there is no soil analysis, skip this tool and send soilAnalyses: [], and use NutrientIndexIdFromValue instead for measured-value conversion. It also warns that many combinations return a 'No nutrient indexes found' error, helping the agent decide when this tool is useful. It doesn't enumerate all alternatives but gives adequate decision context.

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