Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_measurement_smn_conversion_method

Convert soil mineral nitrogen (SMN) values from N/kg to kg/ha using the specified soil layer depth for accurate nutrient planning.

Instructions

GET /api/Measurement/SmnConversionMethod/{smnValue}/{soilLayer} — The get smn value to be converted from N/kg to kg/ha.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
smnValueYessmn value in N/kg
soilLayerYeslayer of soil in cm

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?

No annotations are present, so the description carries the full burden. It discloses a GET operation and the unit conversion, but it does not clearly state whether the response is the converted value, a conversion method, or an error message. This ambiguity matters because there is no output schema.

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 compact sentence with no unnecessary padding. However, 'The get smn value' is grammatically awkward and slightly reduces clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema and no annotations, the description leaves the return value ambiguous and omits any example or output format. It is barely adequate for a simple two-parameter endpoint but not complete enough for confident invocation.

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?

Both parameters are already documented in the schema with 100% coverage, so the baseline is 3. The description adds the relationship between smnValue and soilLayer through the N/kg-to-kg/ha conversion, but it does not explain how soilLayer is used in the calculation.

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?

States an HTTP GET on a specific resource and the unit transformation from N/kg to kg/ha, so the core purpose is recognizable. However, the phrasing is awkward and it does not explicitly distinguish this from related measurement/soil 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?

No guidance is given on when to use this tool versus any alternative. The agent must infer the use case from the endpoint name and the unit-conversion hint, with no mention of prerequisites or exclusions.

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