Skip to main content
Glama

flowers

Search flower arrangements

search_arrangements
Read-onlyIdempotent

Find flower arrangements in The Flowers Directory catalog by occasion, color, flower type, budget and free text. Every result includes the product code needed by check_delivery and get_checkout_link, the arrangement price, and total_before_tax (price plus the flat $19.99 delivery fee). Returns up to 20 matches, best match first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoFree-text keywords matched against the title and description, e.g. "blue hydrangea in a vase".
budgetNoMaximum all-in amount in USD before tax (arrangement price + $19.99 delivery). Use this for "around $110"-style requests.
colorsNoColors that should appear in the arrangement (any match). Known values: red, pink, white, yellow, purple, lavender, orange, blue, green, cream, peach, coral, burgundy, gold, mixed.
occasionNoOne of: sympathy, birthday, romance, anniversary, get_well, new_baby, thank_you, mothers_day, congratulations, wedding, just_because. "funeral" is accepted as sympathy.
min_priceNoMinimum arrangement price in USD.
flower_typesNoFlower types that should appear (any match). Known values: roses, lilies, tulips, sunflowers, orchids, carnations, daisies, hydrangeas, alstroemeria, chrysanthemums, gerberas, lisianthus, snapdragons, dahlias, peonies, irises, delphinium, larkspur, gladiolus, calla lilies, freesia, ranunculus, asters, proteas, anthuriums, succulents, plants, mixed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds valuable behavioral detail beyond annotations: returns up to 20 matches, orders by best match first, and discloses exactly what each result contains, including the total_before_tax calculation (price plus $19.99 delivery fee). This is substantial beyond the structured fields.

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?

Three tight sentences: the first states the purpose and filters, the second covers result composition and pricing semantics, and the third states the result cap and ordering. There is no redundant or filler content; every sentence earns its place.

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?

With no output schema, the description compensates by defining the key return fields, the pricing semantics, the 20-result limit, and match ordering. All 7 optional parameters are already documented in the schema, and annotations cover safety and idempotence. Nothing critical is missing for a read-only search tool.

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 description coverage is high (86%), and the schema already documents each parameter with known values and formats. The description mostly restates the filter dimensions at a high level and adds the pricing formula that clarifies the 'budget' parameter semantics. Since the schema carries the parameter documentation burden, a baseline 3 is appropriate.

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 uses a specific verb and resource ('Find flower arrangements in The Flowers Directory catalog') and enumerates the main filter dimensions. It also distinguishes itself from sibling tools by noting that results include the product code needed by check_delivery and get_checkout_link, making its role as the catalog search step clear.

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 for when the tool should be used: whenever an agent needs to find or search catalog arrangements. It implicitly routes the agent to sibling tools afterward by stating the result contains the product code they need. It does not explicitly state when not to use it or name alternatives, but the context is sufficient for a search-vs-delivery/checkout distinction.

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.

Resources