Skip to main content
Glama

crypto_search

Search for a coin by name or symbol. Returns up to 10 matches with their CoinGecko id (which is what you pass to crypto_prices).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

TDQS

A4.5/5.0
Behavior4/5

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

Discloses return behavior (up to 10 matches, returns ids) without annotations. Could mention failure modes, but adequate for a simple search.

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?

Two sentences, front-loaded with action, no wasted words. Every sentence earns its place.

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

Completeness5/5

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

For a simple search with one param and no output schema, the description is complete: purpose, return format, and usage hint for sibling 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?

Single parameter 'query' is explained as name or symbol input, adding meaning beyond the schema which has no description.

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 clearly states it searches by name or symbol and returns up to 10 matches with CoinGecko IDs, distinguishing it from siblings like crypto_prices.

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?

Provides clear usage context: use it to find coin IDs before calling crypto_prices. No explicit when-not, but sibling tools have distinct purposes.

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.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool serves a distinct purpose: historical data, global market snapshot, current prices, coin search, and trending coins. There is no overlap in functionality.

Naming Consistency4/5

All tools follow a consistent 'crypto_' prefix with snake_case. However, the second part mixes nouns (history, market_global, prices), a verb (search), and an adjective (trending), which is a minor inconsistency.

Tool Count5/5

With 5 tools, the set is well-scoped for a crypto price server. Each tool provides essential functionality without unnecessary bloat.

Completeness5/5

The tools cover core use cases: current prices, historical data, coin search, trending coins, and global market data. There are no obvious gaps for the stated purpose.