Skip to main content
Glama

PrintYourDuck Quote

Get PrintYourDuck Quote Requirements

get_printyourduck_quote_requirements
Read-onlyIdempotent

Read public requirements for a PrintYourDuck manual custom 3D printing quote request. Use this before submit_quote_request to check accepted file types, material options, confirmations, restrictions, and the private-upload flow. Does not calculate instant pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
uploadFlowYes
requestTypesYes
restrictionsYes
marketRegionsYes
manualQuoteOnlyYes
maxFileSizeBytesYes
acceptedFileTypesYes
noPaymentAtUploadYes
maxFilesPerRequestYes
materialPreferencesYes
maxTotalFileSizeBytesYes
requiredConfirmationsYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the tool is safe. The description adds valuable behavioral context by specifying that it reads public requirements, lists what it provides, and clarifies it does not calculate pricing. No contradictions 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.

Conciseness5/5

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

The description is two sentences, front-loading the purpose and then providing usage guidance. Every sentence is necessary and adds value, with no wasted words.

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 low complexity (zero parameters) and the presence of an output schema for return details, the description is complete. It covers the tool's role in the workflow and what it provides.

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?

The input schema has zero parameters, and schema description coverage is 100%. Baseline for zero parameters is 4. The description does not add parameter semantics but is adequate given the absence of parameters.

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 states that the tool reads public requirements for a PrintYourDuck manual custom 3D printing quote request, listing specific items like accepted file types and material options. It distinguishes itself from siblings by noting that it should be used before submit_quote_request and does not calculate instant pricing.

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 says to use this tool before submit_quote_request to check requirements, providing clear context. However, it does not explicitly state when not to use it or compare with the sibling get_quote_status, though the role is implied.

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.