Skip to main content
Glama

search_crypto

Search for any cryptocurrency using its name or symbol. Each query costs $0.001, payable via micropayments through the x402engine MCP server.

Instructions

Search for a cryptocurrency by name or symbol. $0.001 per request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch query (coin name or symbol)
Behavior3/5

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

No annotations, so description carries full burden. It discloses cost ($0.001 per request), which is useful, but gives no details on result format, pagination, or search behavior (exact vs fuzzy). Minimal but not misleading.

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 short sentences, no filler. The cost is a valuable and concise addition. Every word earns its place.

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

Completeness3/5

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

For a simple one-parameter search tool, the description gives enough to invoke it but omits return value details. An agent cannot know if it receives a list or a single match, which could affect downstream tool selection. Lacks extra completeness beyond the basics.

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 coverage is 100%, and the parameter description 'Search query (coin name or symbol)' already conveys the same information as the tool description. No additional semantic value beyond the schema.

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?

Description uses specific verb 'Search' with resource 'cryptocurrency' and scope 'by name or symbol'. Clearly distinguishes from siblings like get_crypto_price or get_token_prices which target specific data rather than 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?

No explicit guidance on when to use this tool versus alternatives like get_crypto_price or get_trending_crypto. The phrase 'by name or symbol' implies discovery use, but there are no exclusions or alternative references.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentc22/x402engine-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server