Skip to main content
Glama
severity1

3commas-mcp

get_currency_rates_and_limits

Get real-time exchange rates and trading limits for a currency pair on 3Commas, including precision and fees, with optional limit type filtering.

Instructions

Get current exchange rates and trading limits for a currency pair.

Args: market_code: Exchange market code pair: Trading pair (e.g., "BTC_USDT") limit_type: Optional limit type (bot or smart_trade) response_filter: Response detail level ("full" or "display")

Returns: Exchange rates, trading limits, precision, and fee information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
market_codeYes
pairYes
limit_typeNo
response_filterNodisplay

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It indicates a read operation and lists returned data, but does not disclose authentication requirements, rate limits, or side effects. Basic transparency is present, but not comprehensive.

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

Conciseness4/5

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

Well-structured with Args and Returns sections. Concise and to the point, though could be slightly more compact. No fluff.

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?

Given an output schema exists, the description does not need to detail return values, but it lists them. It covers parameters and basic behavior. Lacks prerequisites or common usage scenarios, but is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description adds meaning for all 4 parameters: market_code, pair, limit_type (with examples 'bot' or 'smart_trade'), and response_filter ('full' or 'display'). This fully compensates for the lack of schema descriptions.

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 gets current exchange rates and trading limits for a currency pair, using specific verbs and resource. It distinguishes from siblings like get_supported_markets and get_all_market_pairs.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/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 vs alternatives. The description mentions optional limit types but does not help an agent decide when to use this tool over siblings like get_supported_markets.

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/severity1/3commas-mcp'

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