Skip to main content
Glama

Axiom Relay

List the canonical Axiom Directory

search_directory
Read-onlyIdempotent

List neutral directory entries projected from CapabilityContract and Merchant records with explicit filters and ranking policy. No commercial obligation. Risk R0; PUBLIC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNo
queryNo
statusNo
categoryNo
maxPriceNo
minPriceNo
protocolNo
capabilityNo
denominationNo
merchantTypeNo
rankingClassNo
authorizationNo
receiptProfileNo
thirdPartyOnlyNo
settlementProfileNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, and non-destructive behavior. The description adds useful context beyond that: entries are 'projected from CapabilityContract and Merchant records,' are 'neutral,' and carry 'No commercial obligation. Risk R0; PUBLIC.' This enriches the behavioral profile without contradicting the annotations.

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 and front-loaded: the core action and resource appear first, followed by scope and risk in short, information-dense clauses. Every sentence earns its place, and there is no filler or repetition of the tool name/title.

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?

Given the high parameter count (15), no output schema, and zero parameter documentation, the description is not complete enough for correct invocation. It does not explain result shape, pagination, ranking-policy specifics, filter combination behavior, or how canonical/neutral entries are determined, leaving significant gaps for an agent.

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?

Schema description coverage is 0%, and the description only mentions 'explicit filters and ranking policy' without mapping any of the 15 parameters to specific behavior or explaining their semantics. Parameter names and enums are suggestive, but the description does not compensate for the complete absence of schema-level documentation.

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 states a specific action ('List'), a resource ('canonical Axiom Directory'), and a distinctive scope ('neutral directory entries projected from CapabilityContract and Merchant records'). This differentiates it from sibling get_directory_entry, which appears to fetch a single entry, and from compareServices or find_paid_service, which imply comparison or paid discovery.

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?

The description provides no explicit when-to-use guidance or comparison with alternatives. It implies a search/filter use case via 'explicit filters and ranking policy,' but it never states when to prefer search_directory over siblings like get_directory_entry, compareServices, or find_paid_service.

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.