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

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.

TDQS

C2.3/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion or overlap. The tool's purpose is unique by default because no other tools exist to be mistaken for it.

Naming Consistency5/5

A single tool trivially satisfies naming consistency. The name 'align_matrix_router' follows a compound descriptive style, and there are no other names to create inconsistencies.

Tool Count1/5

The server claims to be a 'Universal MCP Router' but exposes only one narrow alignment tool. This is an extreme mismatch between the ambitious server name and the minimal tool surface.

Completeness1/5

The stated domain of universal MCP routing implies capabilities like message routing, transformation, discovery, and management, but only a single payload alignment function is provided. The surface is severely incomplete for the declared purpose.

Resources