Skip to main content
Glama

marketnow_translate_credential

Translate a credential between 8 formats (ATC v3, JWT, W3C VC, A2A, EAT-AI, ZTA, MCP Card, X.509). Lossless conversion through Universal Trust Schema (UTS).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesTarget format: atc-v3, jwt, w3c-vc, a2a-card, mcp-card, x509
fromYesSource format: atc-v3, jwt, w3c-vc, a2a-card, mcp-card, x509
payloadYesThe credential JSON to translate

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and 'Lossless conversion through Universal Trust Schema' does add a meaningful fidelity guarantee and a hint about the conversion pipeline. It still omits operational details such as whether the source payload is left unchanged, what happens with unsupported source/target pairs, and what the result shape is, especially since there is no output schema.

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 definition is two short sentences with the verb and object up front; there is no filler or restatement of the tool name. The format list is compact and the Universal Trust Schema clause adds value without bloating the text.

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

Completeness3/5

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

For a simple three-parameter transformation tool, the description is enough to make a basic call: pick a from format, a to format, and a payload. However, the absent output schema, lack of error/edge-case behavior, and format-list mismatch leave meaningful gaps for an agent trying to invoke it robustly.

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

Parameters2/5

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

The schema already covers all three parameters, so the baseline is 3, but the description's eight-format list conflicts with the six formats in from/to. This can lead an agent to pass values like 'EAT-AI' or 'ZTA' that are absent from the schema descriptions, making the prose actively misleading rather than merely redundant.

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

Purpose4/5

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

The description clearly identifies a specific operation—translating a credential between formats—and distinguishes it from the sibling domain/pipeline/verification tools. However, it claims 8 formats while the schema's from/to descriptions list only six values, so the agent gets an inconsistent picture of what the tool accepts.

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 verb 'Translate' implies the obvious use case, and none of the sibling tools appear to perform translation, so an agent can infer when to call it. That said, the description gives no explicit conditions, prerequisites, or exclusions such as 'use verify_trust when you only need validation.'

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