Skip to main content
Glama

Fryd - Your Garden Companion

Search Crops

search_crops
Read-only

Search the Fryd plant database (3,000+ varieties) by name. Returns a list of matching crops with IDs, descriptions, and whether each is a species or variety. Use the returned crop IDs with get_plant_profile for detailed profiles or check_companion_planting for compatibility checks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results to return (1-10). Defaults to 5.
queryYesSearch term, e.g. "Tomato", "Basilikum", "Cherry". Matches plant names and synonyms.
localeNoLanguage for search and output — "de" or "en". Defaults to "en".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cropsYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds database size (3,000+ varieties) and return structure (IDs, descriptions, species/variety). No contradictions, and it supplements the annotations well.

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?

Two sentences with no wasted words. The first sentence states purpose and scope, the second details return fields and downstream usage. Front-loaded and efficient.

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?

Given the presence of an output schema and the simplicity of a search tool, the description covers purpose, parameters, return structure, and integration with sibling tools. No gaps.

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?

Schema coverage is 100% with adequate descriptions for all three parameters (query, limit, locale). The description does not add new parameter-level details beyond what the schema provides, so it meets the baseline without extra value.

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 searches a plant database by name, returns matching crops with IDs, descriptions, and type (species/variety). It distinguishes itself from siblings by mentioning downstream tools like get_plant_profile and check_companion_planting.

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?

The description provides clear context on when to use (searching by name) and what to do with results (use IDs for other tools). It lacks explicit 'when not to use' or direct alternatives, but the sibling tools are implied as different functions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool has a distinct purpose: companion checking, plant profiles, seasonal calendars, crop search, and planting plan search. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case (e.g., search_crops, get_plant_profile), making them predictable.

Tool Count5/5

Five tools is well-scoped for a garden companion server, covering search, profiles, calendars, compatibility, and plans without excess.

Completeness5/5

The tool surface covers key gardening needs: searching crops, getting detailed profiles, checking companions, seasonal calendars, and finding planting plans. No obvious gaps.

Resources