cintra-quote
Server Details
Wholesale BOM pricer: send a parts list, get a priced line-by-line quote by email in minutes.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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.1/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: capabilities info, BOM preparation, submission, and validation. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern (get_, prepare_, submit_, validate_) without deviation.
Four tools is an appropriate count for a focused quote processing server, covering key stages without excess.
The set covers capabilities, validation, preparation, and submission. Minor gap: no tool for checking submission status or retrieving past quotes, but core workflow is complete.
Available Tools
4 toolsget_supplier_capabilitiesGet Cintra supplier capabilitiesAInspect
Returns Cintra's supported supply categories, service area, and official quote endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must cover behavioral traits. It states 'Returns...' implying a read-only operation with no side effects, but does not explicitly confirm non-destructiveness, rate limits, or authentication needs. For a simple read tool this is borderline adequate but lacks explicit safety guarantees.
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?
Single sentence conveying exactly what is returned. No fluff, front-loaded with key terms.
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?
The tool has no output schema, so the description must cover return value. It enumerates three types of information (supply categories, service area, quote endpoints), which is sufficient for an agent to understand the scope. However, details on data format or structure are missing, which a schema would provide.
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?
There are no parameters, and schema coverage is 100%. Baseline is 4 with no param info needed. The description adds no param details because none exist.
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 the tool returns Cintra's supported supply categories, service area, and official quote endpoints. The verb 'returns' and resource 'supplier capabilities' are specific, and it distinguishes itself from sibling tools like prepare_quote_request, which deal with quote creation rather than capability lookup.
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 implies usage for discovering available capabilities before preparing a quote, but it does not explicitly state when to use this tool versus siblings. Given the sibling context, the purpose is clear enough for an agent to decide, but explicit guidance would improve score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
prepare_quote_requestPrepare a Cintra quote requestAInspect
Normalizes up to 500 BOM lines into Cintra's quote-ready format and returns a review link. This does not submit, purchase, reserve inventory, or create a binding quote.
| Name | Required | Description | Default |
|---|---|---|---|
| lines | Yes | ||
| context | No | Project, application, delivery, or specification context |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the tool normalizes up to 500 lines, does not submit or purchase, and returns a review link. This is clear behavioral context, though it could mention whether any state changes or side effects occur beyond returning a link.
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 with no wasted words. The first sentence states the core action and limit, the second clarifies what it does not do. Information is front-loaded and every sentence earns its place.
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?
With 2 parameters and no output schema, the description provides enough context: what the tool does, its limit, and its non-actions. It could mention the format of the review link or next steps, but given the simplicity, it is adequate.
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 description coverage is 50% (lines parameter has detailed schema but context less so). The tool description adds value by mentioning the 500-line limit and the normalization purpose, which gives context for the lines parameter. It does not explain the context parameter further, but the schema already has a description for it.
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 it normalizes BOM lines into Cintra's quote-ready format and returns a review link, with specific verb 'normalizes' and resource 'BOM lines'. It explicitly differentiates from submission and purchase, and the sibling tool 'submit_quote_request' confirms this distinction.
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 says 'This does not submit, purchase, reserve inventory, or create a binding quote,' which tells the agent it is a preparatory step. It implies use before submit_quote_request, but does not explicitly name alternatives or provide when-not-to-use scenarios beyond the negation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
submit_quote_requestSubmit a request for a human-reviewed Cintra quoteAInspect
Submits a non-binding RFQ only when production submission is enabled and the user explicitly confirms. No order is placed and no price is guaranteed.
| Name | Required | Description | Default |
|---|---|---|---|
| lines | Yes | ||
| company | Yes | ||
| context | No | ||
| needed_by | No | ||
| buyer_name | Yes | ||
| buyer_email | Yes | ||
| delivery_zip | No | ||
| confirm_nonbinding_submission | Yes | Must be true only after the user has reviewed the lines and explicitly asked to submit the RFQ |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Since no annotations are provided, the description fully bears the burden. It discloses that the submission is non-binding, requires explicit confirmation, and that no order or price guarantee is implied. This is good behavioral context, though it could mention potential responses.
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 concise sentences. The first sentence gives the action and conditions, the second clarifies the non-binding nature. No redundant or extraneous information.
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 complexity (8 parameters, no output schema, no annotations), the description is adequate but incomplete. It fails to mention the human-review aspect from the title, what the response will be, or the role of buyer_email. More context would improve completeness.
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 only 13% schema description coverage, the description does not compensate. It provides no additional meaning for the parameters beyond what the minimal schema descriptions offer. The 8 parameters are not explained in the description.
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 it is for submitting a non-binding RFQ, and the title adds 'human-reviewed Cintra quote'. It distinguishes from siblings like prepare_quote_request and validate_bom as the final submission step.
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 specifies conditions: only when production submission is enabled and user confirms. However, it lacks explicit guidance on when to use this tool versus alternatives like prepare_quote_request or validate_bom.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_bomValidate a BOM before quotingAInspect
Checks quote lines for missing identifiers and ambiguous substitution instructions. It does not price or submit the request.
| Name | Required | Description | Default |
|---|---|---|---|
| lines | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Given no annotations, the description discloses it does not price or submit, clarifying it is a validation-only tool. It does not describe side effects or auth needs, but for a simple validation tool this is reasonably transparent.
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 succinct sentences, front-loaded with the core action. No wasted words; each sentence adds unique 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?
While the tool is simple, the description does not specify the output format (e.g., returns validation errors or boolean). For a one-parameter tool with no output schema, the description should clarify what the agent should expect as a result.
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 single parameter 'lines' has a rich schema with descriptions for each property, covering over 80% of schema description coverage. The description adds no further detail on parameters, so baseline score of 3 is appropriate.
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 the verb 'Checks' and the resource 'quote lines', specifying it looks for missing identifiers and ambiguous substitution instructions. The title adds 'before quoting', distinguishing it from siblings like 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 implies usage before quoting but does not explicitly state when to use it over siblings. No alternatives or when-not-to-use are mentioned, relying on the title and sibling names for context.
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
- Flicense-qualityCmaintenanceConnects Hermes to procurement pricing tools for BOM review, mock market data, cost calculations, and Excel report generation.
- Flicense-qualityBmaintenanceAn MCP server that picks JLCPCB/LCSC parts for KiCad circuits with assembly cost in mind, automating part selection, stock risk checks, and quantity-tiered pricing.
- Flicense-qualityDmaintenanceIntelligently generates cost estimates and lead times for manufacturing RFPs by parsing requests, matching against historical quotes, and calculating activity-based costs with confidence scoring and human approval workflows.
- Flicense-qualityCmaintenanceEnables searching for electronic components, comparing prices across distributors, checking availability, and retrieving datasheets through the Nexar/Octopart API with specialized tools for resistors, capacitors, inductors, semiconductors, crystals, and connectors.8