Skip to main content
Glama

vivid-ads-commerce

vivid_price

Read-onlyIdempotent

Calculate the current price for an EXACT product configuration. Pass options with the full selected configuration (use vivid_product first), or just size for simple products. Some products take several seconds or need manual confirmation. Before calling, briefly tell the customer you're checking the live price. Never estimate or reuse another configuration's price. When presenting, repeat the exact product title, quantity, dimensions, and price-affecting options.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo(simple products) size, e.g. '850x2000', or a named size like 'medium'
optionsNoFULL selected options keyed by the schema keys from vivid_product, e.g. { size:'Medium', sides:'Double-sided', base:'Heavy Duty Metal Plate (5kg)' } or { size:'Custom', widthMm:700, heightMm:1000, eyelets:'4 x eyelets (all corners)', cutting:'Square or Rectangle' }
productYesproduct name, e.g. 'pull up banner', 'corflute', 'a-frame', 'feather flag'
quantityNohow many

TDQS

A4.8/5.0
Behavior5/5

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

Goes beyond the annotations by disclosing that some products take several seconds or need manual confirmation, and that the agent must tell the customer before calling. These are behavioral traits not conveyed by the readOnly/openWorld/hints. No contradiction with annotations.

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

Conciseness4/5

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

The description is about 300 characters and contains five sentences, each carrying distinct information: purpose, usage modes, latency/manual steps, customer communication, and presentation rules. It is front-loaded with the purpose and remains focused, though it could be slightly more concise by merging the 'Never estimate' rule into the first sentence.

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?

Given the tool's complexity (nested options, multiple product types, latency, and interactive requirements), the description addresses all key aspects: prerequisite (vivid_product), exact configuration requirement, simple vs complex products, latency/manual confirmation, customer-facing behavior, and what to include when presenting the result. Although no output schema exists, the presentation instruction implicitly describes the output fields, making it sufficiently complete.

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 meaning by clarifying when to use `options` vs `size`, and the phrase 'FULL selected configuration' warns against partial input. It also links `options` to vivid_product's schema keys, adding beyond the schema's generic descriptions.

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 begins with a specific verb+resource: 'Calculate the current price for an EXACT product configuration.' This clearly states the tool's function and distinguishes it from siblings like vivid_price_breaks (price breaks) and vivid_request_quote (request a quote) by emphasizing exactness and live pricing.

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?

Provides explicit usage instructions: pass `options` for configurable products after using vivid_product, or just `size` for simple products. It also gives a clear exclusion: 'Never estimate or reuse another configuration's price.' Additionally, it instructs when to inform the customer, which is valuable interaction 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.

TDQS

A3.9/5.0
Disambiguation2/5

Several tools have overlapping purposes, particularly order status (vivid_order_status vs vivid_fulfilment_order_status vs vivid_fulfilment_production_stage) and artwork handling (vivid_artwork vs vivid_upload_artwork). An agent could easily select the wrong one without careful reading of the descriptions.

Naming Consistency4/5

All tools share the consistent 'vivid_' prefix and snake_case format. However, the second part mixes verb-noun patterns (place_order, check_artwork) with noun-based names (price, product, order_status), so the pattern isn't fully uniform but is still predictable and readable.

Tool Count3/5

At 25 tools, the server is at the heavy end of the borderline range. The broad scope (product discovery, pricing, ordering, artwork, fulfilment statuses, support) justifies most tools, but some overlapping status/artwork tools could be consolidated to reduce clutter.

Completeness4/5

The server covers the entire customer journey from product search, configuration, pricing, quoting, ordering, artwork upload/check, proof tracking, production/delivery status, to reordering. Minor gaps like explicit order update/cancel tools are missing, but support_answer covers those topics and the lifecycle is otherwise well-covered.

Resources