Skip to main content
Glama

cross_walk

Recherche des correspondances NOGA 2008/2025, NACE 2.0/2.1 et ISIC 4. Retourne la relation exacte ou approchée, les sources et le chemin documenté. Refuse de chaîner deux relations non exactes. Une correspondance non exacte exige une validation métier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesCode source, avec ou sans point (01, 6201, 47.91).
sourceYes
targetYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / code / description
      Previous value: -"Source classification code (e.g. '01', '6201', '47.91')"New value: +"Code source, avec ou sans point (01, 6201, 47.91)."
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral aspects: returns exact or approximate relations, includes sources and documented path, refuses to chain non-exact relations, and requires business validation for non-exact matches. These are important constraints that an agent needs to know. However, it doesn't describe pagination, error handling, or performance aspects, but for a lookup tool, the disclosed behavior is sufficient.

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?

The description is concise (three sentences) and front-loaded with the main purpose. Each sentence adds critical information: first states what it does, second explains behavior, third adds a constraint. No word is wasted.

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?

Given no output schema, the description gives some idea of the return value (relation exact or approximate, sources, path). It covers the tool's purpose, constraints, and validation needs. However, it could be improved by explicitly stating that it only supports single-step mappings (no chaining) and perhaps listing the exact correspondence tables it uses, but overall it is sufficiently complete for an agent to call it correctly.

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 low (33%), with only the 'code' parameter having a description. The 'source' and 'target' parameters have enums but no description. The tool description adds context by explaining the overall purpose and the three parameters are intuitive given the classification systems. However, it doesn't add details about parameter combinations or edge cases beyond the schema.

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 clearly states the tool's purpose: finding correspondences between specific classification systems (NOGA, NACE, ISIC), returning exact or approximate relations, sources, and documented path. It also distinguishes itself from siblings by focusing on crosswalking between classification codes, which is unique among the listed tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool (for cross-version correspondence lookup) and when not to use it (refuses to chain two non-exact relations). It also mentions the requirement for business validation for non-exact matches, which is a clear usage guideline. While it doesn't explicitly name alternatives, the domain-specific nature makes it clear that only this tool can perform crosswalking.

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.