Skip to main content
Glama

grade_cross_reference

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandNoOptional: the grade's manufacturer, to disambiguate codes used by several makers
gradeYesThe grade code to cross-reference, e.g. "GC4325" or "KC5010"

TDQS

A4.3/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness5/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

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