Skip to main content
Glama
Khaif004

SIA MCP Server

by Khaif004

Get Farms

sia_get_farms
Read-onlyIdempotent

Retrieve a list of farms and their metadata from the SIA FarmAndFieldService, with optional OData $filter and result limit for targeted queries.

Instructions

List all farms from the SIA FarmAndFieldService.

Returns farm ID, name, description and metadata.

Args:

  • filter (string, optional): OData $filter expression, e.g. "createdBy eq 'user@example.com'"

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

Returns: Array of Farm objects

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
filterNoOData $filter expression
Behavior4/5

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

Annotations indicate a read-only, idempotent, non-destructive operation, which matches the description. The description adds useful context such as default top value (100) and maximum (500), going beyond annotations without contradiction.

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 concise with a clear opening sentence, bullet-pointed arguments, and a return statement. Every sentence adds necessary information with no redundancy.

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 list tool with no output schema and good annotations, the description covers purpose, parameters, and return structure. It could detail the Farm object fields more, but overall it's adequate.

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?

Schema description coverage is 50% (filter described, top not). The description adds value by providing an example for filter and clarifying top's default and max, supplementing the schema constraints.

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 the verb 'List' and resource 'farms', and distinguishes from sibling get tools by specifying the service 'FarmAndFieldService'. It also lists the return fields (ID, name, description, metadata), making the purpose unambiguous.

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?

The description provides an example of the filter parameter but does not explicitly compare this tool to alternatives like sia_get_fields or other list tools. Usage guidance is implied but not direct, scoring a 3.

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