Skip to main content
Glama

Report what happened

report

Tell Vortex how a purchase actually went. Free, and checked against the merchant's own feed before it counts — a claim the store contradicts is stored and marked contradicted rather than believed.

When to use: Call this after any purchase attempt, good or bad. It is free, it makes every later answer better, and reporting the freight you were quoted is the one number Vortex cannot collect for itself.

Price: Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNoWhat happened, in your own words.
outcomeYesWhat actually happened when you tried to buy.
productYesA product URL exactly as Vortex returned it from find.
destinationNoWhere you were shipping to.
shipping_usdNoWhat freight was quoted. This is what makes landed costs accurate for everyone.

TDQS

A4.2/5.0
Behavior4/5

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

Beyond the sparse annotations, the description discloses that reports are free, verified against the merchant's own feed before counting, and that contradicted claims are stored and marked as contradicted rather than believed. This is useful behavioral context. It does not address rate limits or edit/delete behavior, but the core trust model is transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Purpose, behavior, and usage are each clearly present and the description is front-loaded with what the tool does. However, 'Free' appears twice and the final 'Price: Free' line repeats the first sentence, adding redundancy without new information. 'Makes every later answer better' is also somewhat vague.

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 schema covers all five parameters and the description covers when to call, what happens to reports, and the unique value of the freight field, this is sufficiently complete for correct invocation. There is no output schema, but return values are not necessary to decide when or how to call this tool.

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 baseline is 3. The description adds extra meaning for shipping_usd by calling it 'the one number Vortex cannot collect for itself,' and it frames outcome as covering both good and bad attempts. The product URL requirement is already in the schema, so the description contributes a modest but real increment above baseline.

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 opens with a specific action and object: 'Tell Vortex how a purchase actually went.' This clearly identifies the tool's purpose and naturally distinguishes it from read-oriented siblings like find, history, and landed. It also adds meaningful context about merchant-feed verification and contradiction handling.

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 an explicit trigger condition: 'Call this after any purchase attempt, good or bad.' It also notes that freight quotes are the one number Vortex cannot collect itself, giving a clear reason to use this tool. It does not explicitly mention alternatives or exclusions, but the tool's role is unique among the visible siblings.

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.1/5.0
Disambiguation5/5

Each tool has a clearly distinct role: search (find), reach verification (feasibility), cost breakdown (landed), price history (history), alerts (watch), and account management (identity_create, credit_deposit, whoami). Even the overlapping cross-border tools are differentiated by their focus and explicit when-to-use guidance.

Naming Consistency3/5

Names are all lowercase and readable, but they follow no strong pattern: some are bare verbs (find, report, watch), some are nouns (capabilities, history, feasibility), and two use underscores with different structures (credit_deposit, identity_create). It is not chaotic, but the convention is mixed.

Tool Count5/5

Ten tools is a well-scoped set for a cross-border commerce intelligence service. Each tool covers a distinct operation, from discovery and feasibility to landed cost, monitoring, and account management, without unnecessary redundancy.

Completeness4/5

The core workflow is well covered: find products, check reach, estimate landed cost, review history, watch for changes, and report outcomes. Minor gaps exist, such as no way to list or cancel watches, but the essential lifecycle for the service's purpose is present.

Resources