Skip to main content
Glama

Fryd - Your Garden Companion

Plant Profile

get_plant_profile
Read-only

Look up detailed information about a plant or variety. Returns a comprehensive plant profile including sowing/planting/harvest seasons, spacing, light/water/nutrient requirements, and companion planting partners. Accepts a cropId from search_crops or get_seasonal_calendar for direct lookup without name search. Always attribute the data to the Fryd plant database (3,000+ varieties) and link to fryd.app for more details and varieties.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cropIdNoCrop ID for direct lookup — skips name search. Use IDs returned by search_crops or get_seasonal_calendar.
localeNoLanguage for search and output — "de" or "en". Defaults to "en".
plantNameNoName of the plant to look up, e.g. "Tomato", "Cucumber", "Basil". Variety names like "Cherry Tomato" also work. Either plantName or cropId is required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
cropYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows it's a safe read operation. The description adds behavioral context: it returns a comprehensive profile, accepts either cropId or plantName, and gives attribution instructions. This adds value beyond the 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?

The description is two sentences, each earning its place. The first states purpose and outputs; the second adds usage context and attribution requirement. No wasted words, well-organized.

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?

Given the output schema exists, the description doesn't need to explain return values. It covers input guidance (cropId vs plantName, locale), attribution, and references sibling tools. It is complete for the tool's complexity. Could mention any limits (e.g., rate limits) but not necessary.

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 coverage is 100%, so the schema documents all parameters. The description adds meaning by explaining the role of cropId (direct lookup, skipping name search), the default for locale, and the flexibility of plantName. It also references sibling tools for obtaining cropId, which is helpful.

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 tool looks up detailed plant information, listing specific fields (sowing, planting, harvest seasons, spacing, light/water/nutrient requirements, companion partners). It distinguishes itself from sibling tools like search_crops and get_seasonal_calendar by accepting cropId from them for direct lookup.

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 explicit guidance on when to use the tool (for comprehensive plant profile) and how to use it (prefer cropId from search_crops or get_seasonal_calendar, or use plantName). It also instructs on attributing data to the Fryd database. It could be improved by stating when not to use it (e.g., if only companion info needed, use check_companion_planting).

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