Skip to main content
Glama
Khaif004

SIA MCP Server

by Khaif004

Get Crop Varieties

sia_get_varieties
Read-onlyIdempotent

Retrieve crop varieties by optional filter and limit. Use variety IDs to create crop zones and perennials.

Instructions

List crop varieties from the SIA CropAndVarietyService.

Use variety IDs when creating crop zones and perennials.

Args:

  • filter (string, optional): OData $filter, e.g. "crop_ID eq ''"

  • top (number, optional): Max results (default: 100)

Returns: Array of Variety objects with ID, name, crop_ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
filterNo
Behavior3/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds return shape (array of Variety objects with ID, name, crop_ID), providing extra context beyond annotations.

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?

Every sentence is informative: purpose, usage hint, parameter docs, return type. No unnecessary words. Front-loaded with purpose.

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

Completeness5/5

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

For a simple list tool with 2 optional parameters and no output schema, the description covers purpose, parameter usage, return shape, and practical use. Annotations handle safety. Complete.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully explains both parameters: filter as OData $filter with an example, and top as maximum results with default. This compensates completely for missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it lists crop varieties from the SIA CropAndVarietyService, and distinguishes from sibling tools (e.g., sia_get_crop_zones, sia_get_fields) by focusing on varieties.

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 explicit guidance: 'Use variety IDs when creating crop zones and perennials.' This tells when to use the data. Could be improved by excluding cases where it shouldn't be used, but context is clear.

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/Khaif004/SIA_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server