Skip to main content
Glama
choaticpixels

Wicked API - Agent First API Services

market_overview

Retrieve global crypto market statistics including total market cap, 24h volume, Bitcoin and Ethereum dominance, or a list of top coins ranked by market cap.

Instructions

CoinGecko global crypto stats (total market cap, 24h volume, BTC/ETH dominance) or top coins by market cap. — CoinGecko global crypto stats (total market cap, 24h volume, BTC/ETH dominance) or top coins by market cap.

Example: /v1/market-overview

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNoOptional. global (default) or coins.
limitNoOptional (coins view). Number of coins (default 20, max 100).
Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It mentions the data source (CoinGecko) but does not state that it is a read-only operation, any auth requirements, or rate limits. The safe read nature is implied but not explicit.

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

Conciseness2/5

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

The description is repetitive, with the same sentence appearing twice. It includes an example that is merely the endpoint path, which adds little value. It could be more concise and structured.

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?

Given the tool's simplicity (two optional params, no output schema, no annotations), the description covers the two views adequately. However, it lacks behavioral context and usage guidance, making it minimally complete.

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%, so the description adds marginal value. It clarifies the 'view' values ('global' vs 'coins') and that 'limit' applies to the coins view, but the schema already describes these. No new semantics beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it provides 'global crypto stats' or 'top coins by market cap' from CoinGecko, giving a specific verb+resource. However, it does not differentiate from sibling tools like 'price' or 'market_clock', which also provide market-wide data.

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 guidance on when to use this tool versus alternatives. It does not specify use cases, prerequisites, or exclusions, leaving the agent to infer context from the tool name alone.

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/choaticpixels/WickedAPI_MCP'

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