ResolutionRelay API Search
Server Details
Search millions of x402 APIs for data, finance, validation, security, inventory, sync and automation
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.5/5 across 3 of 3 tools scored.
Each tool has a distinct purpose: catalog_stats provides overview statistics, search_apis performs discovery, and get_api retrieves precise metadata for a specific API. There is no ambiguity or overlap between them.
Names follow a similar lower_snake_case verb_noun pattern (catalog_stats, get_api, search_apis). The verb 'catalog' is slightly less standard than 'get' or 'search', but overall the naming is clear and predictable enough.
With only 3 tools, the server is minimal but well-scoped for its purpose as an API discovery and metadata retrieval service. It avoids bloat and covers the essential actions without feeling sparse.
The tool surface covers the full workflow: search to find APIs, get details for a specific one, and catalog_stats for overall context. No obvious operations are missing for this narrow domain.
Available Tools
3 toolscatalog_statsResolutionRelay Catalog StatsAInspect
Return the live SELLABLE API count and the capability families searchable through this server.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must convey behavioral traits. It describes the output ('live count', 'capability families') and implies a read-only nature. However, it does not disclose any potential impact, rate limits, caching behavior, or data freshness guarantees beyond 'live'. For a stat tool this is adequate but not proactive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence (12 words) that leads with the key action and outputs. Every word contributes meaning; there is no fluff or repetition. It is appropriately sized for a parameterless stats tool.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description names the returned data elements (count, families) but does not specify their structure, types, or format (e.g., JSON object with integer and array). Given no output schema, more detail would help an agent parse the response reliably. However, the tool's simplicity partially mitigates this gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema coverage is trivially 100%. Per the rubric, 0 parameters yields a baseline of 4. The description adds no parameter semantics because there are none to describe; it correctly omits unnecessary detail.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Return' and identifies two distinct resources: 'live SELLABLE API count' and 'capability families searchable through this server'. This clearly distinguishes it from sibling tools like get_api (returns details of a specific API) and search_apis (performs search queries). The purpose is immediately understood without ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance is provided on when to use this tool versus siblings. The description only states what it returns, leaving the agent to infer that it should be used for aggregate statistics. A clear 'when-to-use' or 'when-not-to-use' statement is absent, which is a gap given the presence of related tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_apiGet ResolutionRelay APIBInspect
Get exact metadata and schemas for one ResolutionRelay API slug returned by search_apis.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It does not disclose behavioral traits such as idempotency, read-only nature, or error behavior (e.g., what happens if slug is invalid). It only states what is returned without depth.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that conveys the core function without any extraneous words. It is front-loaded and efficiently communicates the tool's purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 1 parameter, no output schema, and no annotations, the description is somewhat adequate for a simple retrieval tool. However, it lacks details on return values or side effects, and with 0% schema coverage, more context would help, such as listing what metadata/schemas are included.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the schema itself does not explain the parameter. The description mentions 'slug' but does not elaborate on its format, source, or validation rules beyond the regex pattern in the schema. The pattern in schema provides some guidance, but the description adds minimal value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves metadata and schemas for a specific ResolutionRelay API slug. It specifies the input comes from 'search_apis', linking it to a sibling tool. However, it could be more explicit about what 'metadata' includes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage after calling search_apis to get a slug, providing a clear use sequence. It does not mention when not to use it or provide explicit alternatives beyond the sibling context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_apisSearch ResolutionRelay APIsBInspect
Search the live API inventory by need and return matching x402-payable endpoints and manifests.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum matches to return. | |
| query | Yes | Natural-language capability needed, e.g. validate invoice totals or detect duplicate records. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations provided, so the description must fully convey behavioral traits. The description does not disclose important aspects like whether the tool is read-only, whether it requires any payment authorization (given 'x402-payable'), or what happens on no matches. It also doesn't mention any pagination or consistency guarantees for the search results.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is clear and front-loads the key action: search by need. It is concise without wasting words. However, it could include additional brief context to improve completeness without becoming verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has no output schema and only two simple parameters, the description provides adequate context for what the tool does. However, without annotations or details on return format, the description leaves gaps about the structure of results and the 'x402-payable' meaning, which is a key output feature. Completeness is decent but not fully self-contained.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema provides good documentation for both parameters. The description adds the concept of 'need' and 'x402-payable endpoints and manifests,' which hints at the search's purpose but does not add specific parameter-level meaning beyond what the schema provides. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches a live API inventory by need and returns x402-payable endpoints and manifests. It distinguishes from siblings: 'get_api' likely retrieves a specific API, 'catalog_stats' provides statistics, while this tool searches by a natural-language need. However, 'live API inventory' is somewhat vague and could be more precise.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when you have a need to search for APIs, but provides no explicit guidance on when to use this tool versus siblings. The sibling tools 'catalog_stats' and 'get_api' suggest this is for discovery, but without saying when you should use one over the other, the agent must infer context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityDmaintenanceSearch 14,000+ x402-enabled HTTP APIs by keyword. Agents pay $0.01 USDC per search via x402 micropayments on Base mainnet — no API keys or accounts required.1502MIT

AfaAgent x402 API Suiteofficial
Flicense-qualityCmaintenance43 x402-enabled API tools — DeFi, wallet security, AI/ML, developer tools, SEO. Pay-per-call USDC on Base via x402 protocol.- Flicense-qualityCmaintenanceFind and vet paid x402 API services before an agent spends money on them, with live reliability scores and recency-weighted probing.
- Alicense-qualityDmaintenanceConnects AI agents to 2,800+ APIs via x402 micropayments on Base, enabling automated API calls for $0.01 each without signup or API keys.1002MIT