Skip to main content
Glama

Blumen Komander München

get_product_image

Read-only

Liefert das Foto eines Straußes als echtes Bild, nicht nur als Link - der Kunde sieht den Strauß also im Chat, ohne die Website zu öffnen. Braucht handle oder product_id aus der Antwort von search_flowers. Standardmäßig kommt nur das Hauptbild; mit alle_bilder: true kommen die weiteren Ansichten (höchstens 3 pro Aufruf). Gezielt für die ein bis drei Sträuße aufrufen, über die der Kunde wirklich spricht, nicht für alle Suchtreffer - jedes Bild kostet Kontext.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleNoHandle des Produkts, z. B. 'mary'. Steht in der Antwort von search_flowers.
product_idNoAlternativ die Produkt-ID aus search_flowers, z. B. 'prod_...'
alle_bilderNotrue = alle vorhandenen Ansichten (höchstens 3). Standard: nur das Hauptbild.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses key behavioral traits: the return is an actual image rather than a URL, the default returns only the main image, alle_bilder: true returns up to three additional views, and each call consumes context. This goes well beyond the annotation's minimal signal.

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 sentences with no fluff. The purpose is front-loaded, followed by required inputs, default behavior, and usage caution. Each sentence adds a distinct and necessary piece of information without repetition.

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?

The description is complete for a simple read-only tool with no output schema. It tells the agent what the response is (image), how to get it (handle or product_id), what variants exist (main vs. all images), and the practical usage constraint. No required information is missing.

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 100%, so the baseline is 3. The description adds meaning beyond the schema by clarifying that handle or product_id come specifically from the search_flowers response and by explaining the default vs. alle_bilder behavior and the three-image cap. This enriches parameter understanding, though the schema already describes the fields accurately.

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 states a specific verb and resource ('Liefert das Foto eines Straußes als echtes Bild') and explicitly differentiates from a plain link, which distinguishes it from link-generating siblings. It also references the source response from search_flowers, making its role within the toolset unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: call it only for the one to three bouquets the customer is actually discussing, not for all search hits, and warns that each image costs context. It ties the required parameters to the output of search_flowers, which effectively routes the agent to the correct parent tool.

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.