Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_soil_nutrient_target_index

Find the recommended nutrient target index for a crop group, nutrient, and country to guide soil management and fertilizer planning.

Instructions

GET /api/Soil/NutrientTargetIndex/{cropGroupId}/{nutrientId}/{countryId} — Get the nutrient target index.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryIdYesThe value of country id
nutrientIdYesThe value of nutrient id
cropGroupIdYesThe value of crop group id

Schema Changelog

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

  1. First observedv0.3.0

TDQS

C2.9/5.0
Behavior2/5

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

The description only restates that this is a GET operation, which implies read-only behavior, but it does not disclose response shape, error behavior, authentication needs, or any other runtime characteristics. With no annotations provided, the description carries the full burden and does not meet it.

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 short and front-loaded with the exact endpoint, making it easy to parse. The human-readable gloss adds a little clarity, though it is somewhat redundant with the word 'GET' already present.

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 with three required IDs, the description gives the essential purpose but nothing else. There is no output schema to clarify the return value, and the description does not explain what a nutrient target index is, what values the result can take, or how it differs from related tools.

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?

The input schema has 100% coverage with descriptions for all three ID parameters, so the baseline is 3. The description adds no further meaning about how these IDs relate to the target index or what values are valid, but the schema already documents the parameters adequately.

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 HTTP method and resource path, and states that the tool returns the nutrient target index for the given IDs. It is specific enough to know what operation is performed, but it does not explicitly differentiate this from the many similar soil_nutrient_index sibling tools.

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 provides no guidance on when to use this tool versus the numerous sibling tools such as rb209_soil_nutrient_indices or rb209_soil_nutrient_index_by_index. There is no mention of intended context, prerequisites, or alternatives.

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