Skip to main content
Glama

Get bulk quote link

get_bulk_quote_link
Read-onlyIdempotent

Return a quote-request URL for an exact packaging spec or SKU. Use when no exact match exists or the buyer needs bulk or procurement review.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNoOptional Packrift SKU to prefill if the quote relates to a known product.
familyNoOptional product family such as boxes, labels, mailers, tape, or poly_bags.
reasonNoOptional reason for quote handoff.
quantityNoOptional buyer quantity. Numbers are accepted and coerced to string.
requested_specYesExact unavailable or bulk quote packaging spec.

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare the operation read-only, idempotent, and open-world. The description adds that it returns a URL, which is useful, but does not disclose additional behavioral details such as response format or external dependencies beyond what annotations already provide.

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?

The description is two sentences, front-loaded with the action ('Return a quote-request URL...'), and contains no filler. The use-case sentence earns its place by providing when-to-use guidance.

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?

With no output schema, the description's mention of returning a URL partially covers the response. The use case and optional parameter roles are reasonably complete for a simple link generator, though it does not specify the URL format or how optional prefills (sku, family, etc.) affect the generated link.

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?

The input schema covers 100% of parameters with descriptions, so the baseline is 3. The description does not add parameter-specific detail beyond referencing the spec/SKU concept already captured in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as returning a quote-request URL for a packaging spec or SKU, and adds a use-case context ('Use when no exact match exists or the buyer needs bulk or procurement review'). The phrase 'exact packaging spec or SKU' is slightly ambiguous, but the verb and resource are specific enough to distinguish it from sibling handoff tools.

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 explicitly states when to use the tool ('Use when no exact match exists or the buyer needs bulk or procurement review'), giving clear context. It does not name alternative tools, but the conditional phrasing implies the negative case (when an exact match exists, this tool is not appropriate).

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

Several tools have overlapping purposes: check_inventory and inventory_status both focus on live stock, find_packaging_for_item and pack_calculator both handle dimension-based fitting, and create_cart_url, prepare_purchase_handoff, and get_cart_handoff_candidates all revolve around cart handoff. While descriptions add some clarity, an agent could easily select the wrong tool without careful reading.

Naming Consistency4/5

Most tools follow a verb_noun pattern (e.g., check_inventory, get_pricing, search_products), but inventory_status and pack_calculator are noun-based and break the convention. The naming is still predictable and readable overall.

Tool Count4/5

15 tools is at the upper edge of the ideal range, and the count feels slightly inflated due to overlapping inventory and cart-handoff tools. However, each tool has a defined purpose in the procurement workflow, so the count is not excessive.

Completeness5/5

The tool surface covers the full buyer journey: search, fit calculation, comparison, product detail, inventory check, pricing, cart creation, purchase handoff, shipping estimates, quotes, and reorder links. No critical dead ends were found.