Skip to main content
Glama
charles-gentry

rb209-mcp

rb209_organic_material_category_item

Retrieves an organic material category item by its category ID to support nutrient management decisions.

Instructions

GET /api/OrganicMaterial/OrganicMaterialCategoryItem/{organicMaterialCategoryId} — This endpoint is used to return organic material category item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organicMaterialCategoryIdYesThe Organic material category id

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, the description carries the transparency burden. It discloses a GET operation that returns an item, implying read-only behavior, but it does not describe response shape, error behavior for invalid IDs, or whether additional fields are included. This is acceptable for a simple lookup but leaves edge cases undisclosed.

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 one concise sentence that front-loads the HTTP method and endpoint path before stating the purpose. There is no redundant elaboration, and every element serves a clear function.

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, the description does not clarify what a 'category item' contains or how it differs from the plural 'categories' sibling. It is too terse to fully support correct invocation and result interpretation, especially given the large sibling tool list.

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 fully documents the single parameter with 100% coverage, so the description adds no new meaning beyond the schema. The endpoint URL repeats the placeholder but does not add format, constraints, or usage nuance.

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 uses a specific verb ('return') and resource ('organic material category item'), and the endpoint path makes clear this is a GET for a single item by ID. However, it does not explicitly contrast with sibling tools like rb209_organic_material_categories, so differentiation relies on the singular 'item' wording rather than explicit naming.

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 states what the endpoint does but provides no guidance on when to choose it over alternatives. It does not mention conditions, prerequisites, or related siblings such as rb209_organic_material_categories or rb209_organic_material_type_item, leaving selection to inference.

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