Skip to main content
Glama

Pinflower — flowers in Prague

Order status

pinflower_get_order_status
Read-onlyIdempotent

Use this when the buyer asks what is happening with an order placed through pinflower_create_order — whether it is paid, confirmed by the florist, on the way or delivered. Needs the order_ref that pinflower_create_order returned. It changes nothing — for a new payment link use pinflower_new_pay_link, to cancel pinflower_cancel_order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoThe buyer's language for names, texts and links: cs, en, ru or uk (default cs).
order_refYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
paidYes
stepYes
order_refYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already cover the read-only, idempotent, non-destructive profile. The description reinforces 'It changes nothing' (redundant) but adds the prerequisite that order_ref must come from pinflower_create_order, which is useful context beyond 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?

Two sentences, front-loaded with the use case, then the prerequisite and exclusions. No filler or 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?

For a simple read-only status tool with an output schema present, the description covers purpose, required parameter, and differentiation from siblings. Nothing an agent needs to call it correctly 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 50% (locale documented, order_ref not). The description compensates for order_ref by explaining its origin ('the order_ref that pinflower_create_order returned'), which is essential. It doesn't add extra detail for locale, but the schema already covers it.

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 clear, specific purpose: checking the status of an order (paid, confirmed, on the way, delivered) and ties it to a prior creation step. It explicitly names alternatives (pinflower_new_pay_link, pinflower_cancel_order) that it is not, distinguishing it from siblings.

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?

It gives a direct when-to-use condition ('when the buyer asks what is happening with an order'), requires a specific prerequisite (order_ref from pinflower_create_order), and explicitly lists exclusions for two other tools. This is clear, actionable guidance.

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