Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_field_nutrients

Retrieve the full list of available nutrients from the RB209 Nutrient Management Guide. Use this endpoint to identify nutrient options for your field nutrient planning.

Instructions

GET /api/Field/Nutrients — The full list of available nutrients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.3.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It does indicate a read-only GET operation and that the result is a full list, but it does not describe response format, ordering, or any other behavioral details. For a zero-parameter lookup this is adequate but not rich.

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 combines the endpoint, HTTP method, and purpose without any filler. Every word earns its place.

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 simple, parameterless list endpoint, the description is complete enough: it identifies what is returned and the read-only nature via GET. The lack of an output schema is mitigated by the self-explanatory concept of 'available nutrients,' though slightly more detail about the nutrient fields could help.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and the input schema is empty, so the schema already fully documents the parameter surface. The description does not need to explain parameters, and no parameter information is missing.

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 specific verb and resource: 'GET /api/Field/Nutrients' returning 'the full list of available nutrients.' This is clear and unambiguous, though it does not explicitly name a sibling tool to differentiate from; the 'full list' wording helps but is not a direct contrast.

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?

Usage is implied: an agent would call this to get all available nutrients. However, there is no explicit guidance about when to choose this over related sibling tools such as rb209_field_nutrient, nor any mention of exclusions 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