Skip to main content
Glama
forgequant

CoinGlass MCP Server

by forgequant

CoinGlass Market Info

coinglass_market_info
Read-onlyIdempotent

Retrieve static cryptocurrency market metadata including supported coins, trading pairs by exchange, and exchange listings. Provides cached data for analysis of market structure and available instruments.

Instructions

Get static market metadata from CoinGlass.

Returns lists of supported coins, trading pairs by exchange, or exchanges. This data is relatively static and cached for 5 minutes.

Examples: - Get all futures coins: action="coins" - Get Binance pairs: action="pairs", exchange="Binance" - List all exchanges: action="exchanges"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYescoins: list supported coins | pairs: exchange trading pairs | exchanges: list exchanges
exchangeNoFilter by exchange (e.g., 'Binance', 'OKX')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds valuable behavioral context beyond annotations: it specifies that data is 'relatively static and cached for 5 minutes' and provides concrete examples of different query patterns. While annotations already indicate read-only, open-world, idempotent, and non-destructive behavior, the description enhances understanding of data freshness and usage patterns without contradicting annotations.

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?

The description is efficiently structured: a clear purpose statement, important behavioral context about data caching, and specific examples showing different use cases. Every sentence adds value without redundancy, and the information is front-loaded with the most important details first.

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?

Given the tool's moderate complexity, comprehensive annotations (read-only, open-world, idempotent), 100% schema coverage, and the presence of an output schema, the description provides complete context. It covers purpose, behavioral characteristics, and usage examples, making it fully adequate for an AI agent to understand and use this tool correctly.

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?

With 100% schema description coverage, the input schema already fully documents both parameters. The description provides examples showing how parameters combine (e.g., action='pairs' with exchange='Binance'), which adds some practical context, but doesn't significantly expand on the schema's parameter documentation.

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 the tool's purpose: 'Get static market metadata from CoinGlass' with specific resources (coins, trading pairs, exchanges). It distinguishes from siblings by focusing on static metadata rather than dynamic data like funding rates, price history, or on-chain metrics found in other tools.

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 provides clear context for when to use this tool: for static market metadata that's cached for 5 minutes. It includes examples showing different use cases. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools for dynamic data needs.

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/forgequant/coinglass-mcp'

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