Skip to main content
Glama
kociembadamian

adr-agreement-mcp-server

Zdekoduj numer Kemlera

decode_hazard_id

Decode Kemler hazard identification numbers to reveal digit meanings and the X prefix indicating water-reactive substances.

Instructions

Wyjaśnia numer rozpoznawczy zagrożenia (numer Kemlera, np. "336" albo "X462") — znaczenie cyfr i prefiksu "X" (reakcja z wodą).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesNumer Kemlera, np. "336" albo "X462"

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full behavioral disclosure burden. It correctly communicates that the tool is a read-only decoder that produces an explanation of digits and the X prefix. However, it does not mention the output format, error behavior for invalid codes, or edge cases like unknown code patterns.

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?

A single, front-loaded sentence contains the verb, resource, examples, and a key semantic detail. There is no filler or repetition; every part of the sentence earns its place.

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 one-parameter, read-only decoder with no output schema, the description is mostly complete. It gives the input format and the kind of explanation produced. The only missing piece is a clearer statement of the return value shape, but that is less critical given the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already fully documents the single parameter with the same examples. The description adds semantic value by explaining that the X prefix relates to water reactivity, which is relevant input interpretation knowledge beyond a bare schema description. This is a small but real addition.

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 uses a specific verb ('Wyjaśnia' / explains) tied to a specific resource: the Kemler hazard identification number, with concrete examples ('336', 'X462'). It also mentions the exact elements of the explanation (digit meanings and the X prefix), which clearly differentiates it from siblings like decode_tank_code and decode_classification_code.

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 implies the tool is for Kemler numbers and not for tank codes or classification codes, but it never explicitly states when to use it instead of a sibling. There is no 'use X for tank codes' style guidance. An agent must infer the usage boundary from the resource name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kociembadamian/adr-agreement-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server