Skip to main content
Glama

ccxt_list_exchanges

Read-onlyIdempotent

List CCXT-supported exchanges, filtering by authentication and market type, to summarize which have public access and authenticated accounts.

Instructions

List CCXT-supported exchanges and summarize which ones have configured authenticated accounts, public market access, and available market-type metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hasAuthNoPreferred auth filter. When true, return only exchanges with configured authenticated accounts; when false, return only exchanges without them
marketTypeNoExchange market type to target when an exchange supports multiple product families
configuredOnlyNoDeprecated alias for hasAuth=true; return only exchanges that have at least one configured authenticated account
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing a safe read operation. The description adds value by explaining that the tool summarizes configured authenticated vs. public access and market-type metadata, which clarifies the output shape beyond the annotations. No contradiction with annotations exists.

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 a single, efficiently worded sentence. It front-loads the primary action ('List CCXT-supported exchanges') and then succinctly lists the summary aspects. No filler or redundancy.

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?

The tool has no output schema, but the description conveys the main output type: a summary of exchanges with their auth/access status and market-type metadata. It lacks explicit return formatting or examples, but given the tool's simplicity and strong schema/annotations, it is reasonably complete. Minor ambiguity about whether the output is a filtered list or an all-encompassing summary prevents a 5.

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 the baseline is 3. The description does not directly elaborate on parameter behavior beyond what the schema already provides, such as the hasAuth filter or marketType enum. It only vaguely references 'market-type metadata' which aligns with marketType but adds no new detail.

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 identifies the verb 'List' and the resource 'CCXT-supported exchanges', then specifies the summary dimensions (authenticated accounts, public market access, market-type metadata). This distinguishes it from sibling tools like ccxt_list_accounts (accounts only) and ccxt_describe_exchange (single exchange details).

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 is provided about when to use this tool versus alternatives. The description implies discovery of exchanges and their capabilities, but does not mention ccxt_describe_exchange for per-exchange details or ccxt_list_accounts for account-level info. There is no 'when to use' or 'when not to use' context.

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/Apegurus/web3agent'

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