Skip to main content
Glama

material_cross_reference

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
designationYesAny designation: EN name (42CrMo4), Werkstoffnummer (1.7225), AISI/UNS (4140, G41400), JIS (SCM440), or a common name (316L, Inconel 718)

TDQS

A3.7/5.0
Behavior4/5

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.

Conciseness4/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines3/5

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.

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 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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Resources