Skip to main content
Glama

PrintYourDuck Quote

Get PrintYourDuck Quote Status

get_quote_status
Read-onlyIdempotent

Look up public-safe quote status using the quote request ID and matching customer email. Alias intents: check quote status, check manual review status, check payment-link availability. Does not expose private file keys, payment URLs, or sensitive operational details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
quoteRequestIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
foundYes
statusNo
messageNo
createdAtNo
shippedAtNo
updatedAtNo
marketRegionNo
paymentStatusNo
quoteRequestIdNo
expectedQuoteTimeNo
trackingAvailableNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so safety is covered. The description adds value by stating it does not expose sensitive details, reinforcing the safety profile. No contradictions.

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 core action, no fluff. Every sentence adds value.

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 read-only lookup tool with annotations and an output schema (not shown but present), the description covers purpose, safety, and usage context. It is complete for an AI agent to understand when and how to invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, meaning the description does not explain parameter semantics. Although the description mentions 'quote request ID' and 'customer email', it does not provide details beyond the schema's property names. With 0% coverage, the description should compensate but does so minimally.

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 clearly specifies the action ('look up public-safe quote status') and the required inputs ('quote request ID and matching customer email'). It also lists alias intents, which helps distinguish this tool from its siblings like get_printyourduck_quote_requirements and submit_quote_request.

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 explains when to use the tool ('check quote status, check manual review status, check payment-link availability') and what it does not expose, providing clear context. However, it does not explicitly state when not to use it or directly compare to 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.2/5.0
Disambiguation5/5

Each tool serves a distinct purpose: gathering requirements before submission, submitting the request, and checking status. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent get_/submit_ verb pattern, clearly indicating the action. The naming is predictable and readable.

Tool Count4/5

Three tools is minimal but appropriate for the simple manual quote flow—requirements, submit, status. Slightly thin but covers essential steps without unnecessary complexity.

Completeness4/5

The surface covers the core workflow (requirements, submit, status) but lacks update or cancel operations. Minor gap, but manageable for a manual review process.