reference
Server Details
Brand-neutral cutting tool reference: grade cross-reference, materials, turning starting values.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsgrade_cross_referenceAInspect
Cross-reference a carbide insert grade across manufacturers. Given any maker's grade (e.g. GC4325, KC5010, IC807), returns its ISO 513 application position(s) and the grades other manufacturers publish at the same position, each row carrying its verification status (multi-source consensus / independently confirmed / single-source chart). Comparable-at-ISO-position is a trial starting point, not an interchangeability guarantee.
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Optional: the grade's manufacturer, to disambiguate codes used by several makers | |
| grade | Yes | The grade code to cross-reference, e.g. "GC4325" or "KC5010" |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses what the tool returns (ISO positions, comparable grades, verification status per row) and adds an important caveat that comparable-at-ISO-position is only a trial starting point, not an interchangeability guarantee. This is more transparent than typical, though it does not cover all edge behaviors such as unknown grades.
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 filler: the first sentence front-loads the purpose and output shape, and the second sentence adds the essential caveat. Every phrase 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?
Even without an output schema, the description thoroughly explains what the agent should expect: ISO positions, comparable grades from other manufacturers, and per-row verification status. It also includes a critical usage caveat. For a two-parameter lookup tool, this is fully complete.
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% for both parameters, so the schema already documents 'brand' and 'grade'. The description adds example codes and reiterates that brand disambiguates shared codes, but it does not provide meaning beyond what the schema already contains.
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 ('Cross-reference a carbide insert grade across manufacturers') and clearly distinguishes it from sibling tools: it deals with carbide grades and ISO 513 positions, while material_cross_reference targets materials and speeds_feeds_starting_values targets starting values.
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?
It gives clear context for when to use the tool ('Given any maker's grade... returns its ISO 513 application position(s) and the grades other manufacturers publish'), with examples. However, it does not explicitly name sibling tools or state when to prefer one over the other, so it stops short of full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
material_cross_referenceAInspect
Cross-reference a workpiece material designation across standards (EN, Werkstoffnummer, AISI/ASTM/UNS, JIS) from a curated 77-material set, e.g. "1.4404" -> AISI 316L / X2CrNiMo17-12-2 / SUS316L. Each match includes the ISO 513 machining group, a machining note, and whether the pairing is a same-composition equivalent or a nearest commonly-cited counterpart. Always verify against the material certificate.
| Name | Required | Description | Default |
|---|---|---|---|
| designation | Yes | Any designation: EN name (42CrMo4), Werkstoffnummer (1.7225), AISI/UNS (4140, G41400), JIS (SCM440), or a common name (316L, Inconel 718) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It reveals the curated scope (77-material set), the output composition (ISO 513 group, machining note, equivalence type), and a limitation/caveat (always verify against certificate). This gives the agent realistic expectations about coverage and reliability, though it doesn't address edge cases like no-match behavior.
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?
Four sentences, each contributing value: the core function with an example, the output details, and a safety caveat. The description is front-loaded with the main purpose and avoids redundant phrasing. It could be slightly more structured around when-to-use, but overall it's appropriately sized and efficient.
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 simple single-parameter tool without an output schema, the description covers the essential ground: input formats, output fields, the scope of the dataset, and a verification caveat. It doesn't mention what happens if a designation isn't found or how many matches may be returned, but the level of detail is adequate for an agent to invoke the tool correctly and interpret results.
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 already provides rich detail for the sole parameter, listing all accepted formats (EN, Werkstoffnummer, AISI/UNS, JIS, common names) with examples. The tool description adds an example mapping and mentions the standards, but mostly reinforces schema content. Since schema coverage is 100%, a baseline of 3 is appropriate and the description doesn't need to compensate.
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's function: cross-referencing workpiece material designations across named standards (EN, Werkstoffnummer, AISI/ASTM/UNS, JIS). The verb 'cross-reference' with a specific resource and a concrete example make the purpose unambiguous. However, it doesn't explicitly distinguish this tool from the sibling grade_cross_reference, so it misses the active differentiation that would earn a 5.
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 makes it clear that the tool accepts material designations and returns cross-standard matches, which implies the usage context. It also warns to verify against material certificates, offering practical guidance. Yet it never states when to prefer this tool over grade_cross_reference or what conditions would make the sibling more appropriate, so guidance is implied rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
speeds_feeds_starting_valuesAInspect
Starting cutting-speed and feed ranges for coated-carbide TURNING by ISO 513 material group (P steel, M stainless, K cast iron, N aluminium, S_TI titanium, S_NI nickel superalloy, H hardened steel). These are deliberately wide practice ranges, not from any one catalog; the maker's data for the exact grade always wins.
| Name | Required | Description | Default |
|---|---|---|---|
| iso_group | Yes | ISO 513 group. Use S_TI for titanium, S_NI for nickel superalloys. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It explains that the ranges are approximate practice ranges, not catalog data, and that exact-grade data takes precedence. This is useful context for interpreting results.
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 filler. The main content is front-loaded, and the caveat about exact-grade data is included without bloating the description.
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 simple one-parameter lookup with no output schema, the description is mostly complete: it states input scope, material classes, and the approximate nature of the data. The only minor gap is that units and the exact return structure of the ranges are not specified.
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 100%, so the baseline is 3. The description adds value by expanding each ISO group into its material type (e.g., M stainless, N aluminium) and by clarifying S_TI and S_NI, which goes beyond the schema's brief enum 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 identifies the resource: starting cutting-speed and feed ranges for coated-carbide turning by ISO 513 material group. It does not use an explicit verb like 'get' or 'return', but the scope is specific and distinct from the sibling cross-reference tools.
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 when to use the tool by labeling the values as 'starting' and 'deliberately wide practice ranges', and it warns that exact-grade maker data wins. However, it does not explicitly name sibling tools or state when to prefer them.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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 or an account that owns the GitHub organization, then choose Claim with GitHub.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
Cross-brand carbide grade equivalents from verified manufacturer charts; never invents a grade.
Deterministic industrial replacement engine with official catalogs and expert accuracy checks.
5,400+ manufacturing calculators plus live U.S. tariff, PMI, cost-index, wage, and forecast data.
Industrial glossary, protocol reference, technical search and OEE calculation. Read-only.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceBrand-neutral carbide grade cross-reference for machining. One tool, grade_xref, returns catalog-verified comparable grades across manufacturers at the same ISO application position, with provenance. Never invents a grade.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server providing steel domain knowledge to AI agents — grade properties, substitution verdicts, and mill-cert guidance as MCP tools. 23 grades, trade-verified substitution logic. Returns honest "not in knowledge base" rather than guessing.MIT
- AlicenseNot gradedqualityDmaintenanceDeterministic industrial parts replacement engine with official catalogs and expert accuracy checksMIT
- FlicenseAqualityAmaintenanceCross-OEM industrial machine intelligence. Normalizes telemetry across 16 manufacturer families (Fanuc, Siemens, Haas, DMG Mori, Mazak), enables plain-English operational automation, and produces tamper-evident work records. 14 MCP tools.14
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct reference category: insert grades, workpiece materials, and cutting parameters. They share ISO 513 groups as a connecting concept, but there is no functional overlap or ambiguity about which tool to invoke.
All tool names use lowercase snake_case and a consistent descriptive noun-compound style, such as grade_cross_reference and material_cross_reference. speeds_feeds_starting_values follows the same convention even though it describes a lookup rather than a cross-reference.
Three focused tools are well-scoped for this server's purpose. Each tool is non-redundant and contributes a meaningful reference function without bloat or unnecessary overlap.
The tool set forms a coherent machining-reference workflow: identify material standards and ISO group, find equivalent insert grades, and obtain starting speeds/feeds for the relevant machining group. There are no obvious dead ends or missing operations within the stated reference scope.