Skip to main content
Glama

align_matrix_router

Align payloads with high-value ISO20022 and GSBN data conduits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conduit_idYesTarget pipeline identifier

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2/5.0
Behavior1/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 of behavioral disclosure. 'Align payloads' is opaque and reveals nothing about side effects, permissions, mutability, failure modes, or what happens to the payloads. The description provides essentially no behavioral transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with no filler, but it is under-specified rather than genuinely concise. It reads like a tagline and fails to earn its place by conveying necessary operational meaning. It lacks the structure needed to guide correct invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no annotations, no output schema, and one required parameter, the description should at least explain what invoking the tool does and what 'align' means. It does not describe effects, return values, or behavior in any concrete way. The domain mention helps slightly, but the overall description is incomplete for reliable invocation.

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% because the single parameter 'conduit_id' is described as 'Target pipeline identifier'. The description mentions 'conduits', which loosely connects to conduit_id, but it adds no semantic detail beyond what the schema already provides. Baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the vague verb 'Align' with 'payloads' and 'ISO20022/GSBN data conduits', but never states what aligning actually does (route, map, transform, validate?). It has more specificity than a pure tautology, but the operation remains unclear enough that an agent cannot confidently infer the tool's function.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool, no exclusions, and no alternatives are listed. The only hint is the domain of ISO20022/GSBN conduits, but no conditions or decision criteria are provided. This leaves usage entirely to inference.

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.

Resources