PrintYourDuck Quote
Server Details
Find and submit local 3D print files for manual PrintYourDuck quote review.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- printyourduck/printyourduck-mcp
- GitHub Stars
- 0
- Server Listing
- com.printyourduck/quote
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.2/5 across 3 of 3 tools scored.
Each tool serves a distinct purpose: gathering requirements before submission, submitting the request, and checking status. No overlap or ambiguity.
All tools follow a consistent get_/submit_ verb pattern, clearly indicating the action. The naming is predictable and readable.
Three tools is minimal but appropriate for the simple manual quote flow—requirements, submit, status. Slightly thin but covers essential steps without unnecessary complexity.
The surface covers the core workflow (requirements, submit, status) but lacks update or cancel operations. Minor gap, but manageable for a manual review process.
Available Tools
3 toolsget_printyourduck_quote_requirementsGet PrintYourDuck Quote RequirementsARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| uploadFlow | Yes | |
| requestTypes | Yes | |
| restrictions | Yes | |
| marketRegions | Yes | |
| manualQuoteOnly | Yes | |
| maxFileSizeBytes | Yes | |
| acceptedFileTypes | Yes | |
| noPaymentAtUpload | Yes | |
| maxFilesPerRequest | Yes | |
| materialPreferences | Yes | |
| maxTotalFileSizeBytes | Yes | |
| requiredConfirmations | Yes |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
get_quote_statusGet PrintYourDuck Quote StatusARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| quoteRequestId | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| found | Yes | |
| status | No | |
| message | No | |
| createdAt | No | |
| shippedAt | No | |
| updatedAt | No | |
| marketRegion | No | |
| paymentStatus | No | |
| quoteRequestId | No | |
| expectedQuoteTime | No | |
| trackingAvailable | No |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
submit_quote_requestSubmit PrintYourDuck Quote RequestAInspect
Submit customer contact details and private uploaded file metadata for manual PrintYourDuck quote review. Alias intents: request a 3D print quote, send uploaded file for quote, submit manual quote request. Requires explicit confirmations and a stable submissionId for retries. No payment is collected and no instant price is returned.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| name | Yes | ||
| Yes | |||
| files | Yes | ||
| notes | No | ||
| phone | No | ||
| country | Yes | ||
| quantity | Yes | ||
| requestType | No | ||
| submissionId | Yes | ||
| desiredDeadline | No | ||
| rightsConfirmed | Yes | ||
| materialPreference | Yes | ||
| manualQuoteConfirmed | Yes | ||
| restrictedItemConfirmed | Yes | ||
| userSubmissionConfirmed | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| ok | Yes | |
| error | No | |
| issues | No | |
| status | No | |
| message | Yes | |
| quoteRequestId | No | |
| expectedQuoteTime | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotation already indicates non-read-only and non-destructive. Description adds value by stating 'No payment is collected and no instant price is returned' and 'Requires explicit confirmations and a stable submissionId for retries', clarifying behavioral traits like manual review and retry semantics. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is concise (3 sentences) and front-loaded with core purpose, followed by aliases and key behavioral notes. Every sentence provides essential information without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (16 required parameters, manual review process), the description covers purpose and high-level behavior but lacks details on parameter usage and post-submission flow. Output schema exists but is not referenced; description could better guide the agent on what to expect after submission.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 16 parameters and 0% schema description coverage, the description lacks detailed parameter explanations. It groups parameters as 'customer contact details' and 'file metadata' and hints at submissionId and confirmations, but fails to clarify most parameters like materialPreference, quantity, requestType, etc., leaving significant ambiguity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Submit customer contact details and private uploaded file metadata for manual PrintYourDuck quote review' with a specific verb and resource. Alias intents further disambiguate from siblings which are about getting requirements and status.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides alias intents to map user requests to this tool, and mentions prerequisites (explicit confirmations, stable submissionId for retries). Does not explicitly state when to use alternatives, but the sibling tool names and description context imply appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- FlicenseAqualityCmaintenanceMCP server for real FDM 3D-printing slicing, quoting, and design-for-manufacturability analysis via the FabTally API, supporting 12 printer profiles and 12 materials. Includes free discovery/printability tools and paid slice/quote/orientation tools settled via x402 (USDC on Base).Last updated6
- Alicense-qualityDmaintenanceEnables users to connect Claude with various 3D printer management systems, allowing tasks like printer status monitoring, file management, print job control, and STL file manipulation.Last updated153GPL 2.0
- FlicenseAqualityBmaintenanceGenerates printable 3D CAD models (e.g., bottle caps) from photos by combining client-side dimension extraction with CadQuery precision modeling, mesh repair, and optional AI-based visual mesh generation via Meshy.Last updated4
- Flicense-qualityDmaintenanceEnables conversational 3D modeling by providing CAD-Query functionality to validate parametric 3D models against criteria and export to STL/STEP formats for 3D printing and CAD applications.Last updated14
Your Connectors
Sign in to create a connector for this server.