Standard Titanium Quotations
Server Details
Request titanium quotations and check enquiry status with Standard Titanium.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsget_quote_statusCheck quotation statusARead-onlyIdempotentInspect
Check whether a previously submitted quotation enquiry is still waiting for human pricing or has been quoted.
| Name | Required | Description | Default |
|---|---|---|---|
| enquiryId | Yes | The enquiry ID returned by request_quote or request_titanium_quote |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | |
| message | Yes | |
| currency | Yes | |
| enquiryId | Yes | |
| updatedAt | Yes | |
| quotedAmount | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is well-covered. The description adds the semantic detail of the two status states, but does not disclose additional behaviors like potential errors or network latency. Given the annotation coverage, the description is adequate but not rich.
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 a single, front-loaded sentence that conveys the exact purpose without any filler. Every word earns its place, achieving maximum conciseness.
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 is simple with one well-documented parameter and an output schema, so the description covers the essential behavior. It outlines the two states the status can be in, which is sufficient for an agent to call the tool correctly. It doesn't mention any polling strategy, but that's not required for a basic status check.
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 provides full documentation for the single parameter 'enquiryId', including its provenance from request_quote or request_titanium_quote. Since schema coverage is 100%, the description adds no additional parameter semantics, matching the baseline of 3.
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 states a clear verb ('check'), a specific resource ('quotation enquiry status'), and specifies the two possible outcomes ('waiting for human pricing' or 'quoted'). It clearly distinguishes from the sibling submission tools (request_quote, request_titanium_quote) which are about creating enquiries, not checking 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?
The description implies the usage context by referring to 'a previously submitted quotation enquiry', which suggests it should be used after request_quote or request_titanium_quote. It does not explicitly contrast with alternatives, but since the only siblings are submission tools, an agent can infer this is the only status-checking option. A more explicit instruction to call this after submission would improve it, but the context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_quoteRequest a quotationAInspect
Create a generic quotation enquiry for human pricing. This submits a real enquiry, so only call it after the user has agreed to submit their details.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Customer's email address | ||
| service | Yes | Short name of the service or product being quoted | |
| postcode | Yes | Postcode for the service or delivery location | |
| description | Yes | Detailed description of what the customer needs | |
| customerName | Yes | Customer's full name |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | |
| message | Yes | |
| createdAt | Yes | |
| enquiryId | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds important behavioral context beyond the annotations: 'This submits a real enquiry' signals that the tool has a real-world side effect, and the consent warning reinforces non-idempotency. Annotations already mark readOnlyHint as false and idempotentHint as false, so the description usefully supplements them rather than repeating them.
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 concise sentences: the first states the core purpose, the second adds a critical guardrail. There is no redundancy or filler, and the most actionable information is front-loaded.
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 tool with five fully documented required parameters and an output schema, the description covers the essential non-obvious context: this is a real submission requiring user consent. It is complete enough for an agent to select and invokes the tool correctly.
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 100%, so each parameter is already documented in the input schema. The description does not add parameter-level meaning beyond indicating that the enquiry contains customer details, which is sufficient given the schema's completeness.
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 states a specific verb and resource: 'Create a generic quotation enquiry for human pricing.' The term 'generic' differentiates it from the sibling request_titanium_quote, and the title pairs with the description to distinguish it from get_quote_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?
The description gives a clear usage condition: 'only call it after the user has agreed to submit their details.' It does not explicitly name alternatives or state when not to use the tool, but it provides enough context that an agent knows the intended trigger.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
request_titanium_quoteRequest a titanium quotationAInspect
Submit a structured titanium material enquiry for human pricing. Only call after the customer has reviewed the interpreted requirement and explicitly agreed to submit it.
| Name | Required | Description | Default |
|---|---|---|---|
| alloy | No | Alloy designation, for example Ti-6Al-4V | |
| Yes | Customer's email address | ||
| grade | Yes | Titanium grade, for example Grade 2 or Grade 5 | |
| widthMm | No | Width in millimetres | |
| lengthMm | No | Length in millimetres | |
| quantity | Yes | Quantity | |
| diameterMm | No | Diameter in millimetres for bar or wire | |
| productForm | Yes | Product form, for example PLATE, SHEET, ROUND_BAR, TUBE, PIPE or WIRE | |
| thicknessMm | No | Thickness in millimetres | |
| customerName | Yes | Customer's full name | |
| quantityUnit | Yes | Quantity unit | |
| certification | No | Certification requested, for example EN 10204 3.1 | |
| specification | No | Material specification, for example ASTM B348 | |
| surfaceFinish | No | Surface finish | |
| wallThicknessMm | No | Wall thickness in millimetres for tube/pipe | |
| deliveryLocation | Yes | Delivery location or postcode | |
| outsideDiameterMm | No | Outside diameter in millimetres for tube/pipe | |
| additionalRequirements | No | Additional customer requirements |
Output Schema
| Name | Required | Description |
|---|---|---|
| status | Yes | |
| message | Yes | |
| createdAt | Yes | |
| enquiryId | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare non-readOnly, non-idempotent, non-destructive, and openWorld. The description adds meaningful behavioral context beyond annotations: it is for human pricing (implying manual review and delay) and it must only be called after explicit customer agreement. These are additional behavioral traits that help an agent anticipate side effects and prerequisites. No contradiction 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, with the core purpose front-loaded and the usage condition following succinctly. Every sentence adds value: the first establishes the tool's action, the second the critical precondition. No redundancy or filler, making it optimally concise for an agent to parse.
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 18 parameters and 7 required, but an output schema exists, so return values are documented elsewhere. The description covers the essential action ('submit enquiry for human pricing') and the critical precondition (customer agreement). It does not explicitly state that submission is a long-running process or how to track it, but 'human pricing' implies manual handling, and the output schema likely covers the response. Given complexity and existing schema, the description is sufficiently complete for correct invocation.
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 100%, so the schema already documents all 18 parameters, including required ones. The description adds no parameter-specific meaning beyond what the schema provides. Per the rubric, a baseline of 3 is appropriate when the schema does the heavy lifting; the description's general context does not enhance parameter understanding.
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 uses a specific verb ('Submit') and resource ('structured titanium material enquiry') and adds the purpose 'for human pricing'. This clearly distinguishes it from the generic sibling 'request_quote' and the status-checking 'get_quote_status'. The description is not a tautology and immediately conveys what the tool does.
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 gives an explicit precondition: 'Only call after the customer has reviewed the interpreted requirement and explicitly agreed to submit it.' This is a clear when-to-use directive. It does not explicitly mention alternatives (e.g., when to prefer request_quote), but the context of titanium and human pricing implies selection. The condition is sufficiently explicit to guide correct usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
3 tool updates
- First observed
get_quote_status - First observed
request_quote - First observed
request_titanium_quote
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Steel takeoff, weight and gauge calculators plus RFQ, RFI, NCR and Bluebeam markup generators.
Search multi-merchant supply, checkout, and track orders via MCP.
Search surplus and overstock inventory, request bulk quotes, and check out.
Find and monitor ocean shipments and containers, and create new tracking requests.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides real-time stock analysis tools including price lookup, comprehensive investment scoring, and company-to-ticker conversion through a MCP interface.1-
- FlicenseBqualityDmaintenanceEnables real-time trading and market data access through TradeStation's API. Supports market quotes, historical data, account management, portfolio tracking, and order preview functionality for both simulation and live trading environments.133-
- FlicenseNot gradedqualityCmaintenanceEnables LLM clients to query live and historical metal and commodity prices from metalsmarket.net through an MCP server.-
- AlicenseAqualityFmaintenanceEnables interaction with the T-Invest (Tinkoff Investments) API to manage investment portfolios, access market analytics, and retrieve technical analysis data. It supports executing trading operations, including placing and canceling market or stop orders, with optional confirmation workflows.25MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
get_quote_status is clearly distinct, but request_quote and request_titanium_quote both submit human-priced quotation enquiries and could be confused. The generic versus structured titanium qualifiers help, but the boundary is not crisp.
All tools follow a consistent snake_case action_object pattern: get_quote_status, request_quote, request_titanium_quote. The added modifier for the titanium variant is predictable and does not break naming conventions.
Three tools is well-scoped for a narrow quotation submission and status-checking workflow. Each tool serves a distinct part of the core process without unnecessary duplication or bloat.
The set covers creating generic and titanium quotation enquiries plus checking status, but there is no tool to retrieve the actual quotation content after it has been quoted, nor any update or cancel capability. This is a notable but not fatal gap for a human-pricing workflow.