Skip to main content
Glama

Find coins and networks

search_coins
Read-onlyIdempotent

Find the coin ids HiddenSwap uses, by ticker, name or network, for example "usdt tron", "monero" or "eth base". Each result gives the id to pass to the other tools, the network, whether the coin can be sent or received in a swap, whether a memo is usually needed, and the coin page when there is one. HiddenSwap is a no-KYC crypto exchange for crypto-to-crypto swaps. Read-only. No account, no email and no ID needed to swap.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideNoOnly coins that can be sent (send) or received (receive) in a swap.
limitNoMost results to return (1 to 25).
queryYesTicker, name or network words, for example "usdt tron" or "monero".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideNo
coinsYes
notesYes
queryYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark the tool as read-only and non-destructive; the description reinforces this with 'Read-only' and adds behavioral details about the result: network, send/receive capability, memo requirement, and coin page. It also adds service context about no-KYC/no-account, which is slightly tangential but not contradictory.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The tool purpose and query examples are front-loaded, and the description is reasonably compact. However, the no-KYC/no-account/no-ID sentence is largely product marketing rather than invocation guidance, and 'Read-only' duplicates the annotation, so not every sentence earns its place.

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?

Given the low parameter count, full schema coverage, output schema, and annotations, the description is complete enough for correct invocation. It explains what the results contain and that the id is meant for other tools, leaving little ambiguity for an agent.

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%, so query, side, and limit are already documented. The description adds helpful example queries and clarifies that query covers ticker/name/network, but it does not materially expand on the side or limit parameters beyond what the schema provides.

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 and resource: 'Find the coin ids HiddenSwap uses, by ticker, name or network'. It also explains the results feed 'other tools', clearly distinguishing this lookup tool from siblings like get_quote, get_pair_info, and get_order_status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when to use the tool: whenever an agent needs a HiddenSwap coin id to pass to other tools. It does not explicitly name sibling alternatives or state when not to use it, but the id-passing framing implies the intended workflow and is sufficient for selection.

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.