Skip to main content
Glama

MUJ428 Trust Layer — VERIFY BEFORE ACT

get_service_catalog

Return the canonical MUJ428 service catalog, launch prices, endpoints, free Trust Reflex quota, default x402 network, and multi-rail discovery endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It clearly states this is a read-only operation that returns catalog info, which is transparent about its non-mutating nature. However, it doesn't mention potential overhead, caching, or any side effects (though none are expected). It adds value by specifying what exactly is returned, but doesn't go beyond that.

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 a single, dense sentence that front-loads the key deliverable (the catalog) and then enumerates the specific data items. There is no superfluous text. Every clause contributes to agent understanding.

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?

The tool is a simple read-only catalog fetch with no parameters and no output schema. The description covers the main contents thoroughly. The only minor gap is not specifying whether the output is structured (e.g., JSON) or the exact format, but given the simplicity and lack of parameters, this is adequate. It misses nothing critical for calling the tool.

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?

Since the tool has zero parameters, the schema is essentially empty. The description adds meaning by listing what the catalog contains, which is more than the schema provides. The baseline for zero parameters is 4, and the description enriches the tool's purpose, so this is appropriate.

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 states the tool returns the 'MUJ428 service catalog' along with several specific data points. It identifies the verb 'Return' and the resource, and the mention of 'canonical' implies it's the authoritative source. While it doesn't explicitly name sibling tools, the specificity of the catalog content differentiates it from siblings like get_capabilities or get_payment_rails.

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 usage when the agent needs the overall service catalog, pricing, endpoints, quotas, or network info. However, it does not explicitly state when to prefer this over siblings like get_payment_rails or get_capabilities, nor does it give any exclusions or alternative suggestions. The context of the catalog is clear, but selection guidance is lacking.

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