Skip to main content
Glama

Position Limits

position_limits

Position-limit table for a universe of crypto perps: the largest position in each coin that could be exited inside 24 hours at a chosen participation rate, sorted TIGHTEST-FIRST. Use for "what position limit should I set on X", "which of my positions is too big to get out of", "how much SOL can I safely hold", "rank my coins by exit risk".

coins = optional comma-separated list (default: the liquid crypto perp universe by volume). participation = the fraction of daily volume you are willing to be, default 0.10 (10%). limit = how many coins to return, max 40.

IMPORTANT when quoting these: they are computed on REPORTED venue volume, which is an UPPER BOUND on genuinely tradable capacity — say so, and treat the limits as optimistic. No effective-volume adjustment is applied; that was built, measured and cut because arbitrage equalises price travel across venues, collapsing volume-per-bp into a size proxy. Requires an EnsoTrade Pro API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinsNo
limitNo
participationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden. It explicitly discloses the key behavioral trait: the limits are computed on reported venue volume, which is an upper bound, and no effective-volume adjustment is applied. It also reveals the requirement for an EnsoTrade Pro API key and notes that the adjustment was built, measured, and cut for a specific reason. This is significant behavioral context that an agent needs to avoid misusing the tool.

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?

The description is dense but not bloated. It front-loads the core purpose and use cases, then details parameters, then adds the critical caveat. While it is somewhat long, every sentence carries useful information for an agent. A slight reorganization could tighten it, but overall it earns a high score.

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 complexity, the lack of annotations, and the 0% schema coverage, the description is remarkably complete. It covers what the tool does, when to use it, how to interpret results, parameter details, and a key caveat. The presence of an output schema means return values need not be described. Nothing essential is missing.

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%, so the description must compensate. It clearly explains each parameter: `coins` (optional comma-separated list, default liquid crypto perp universe), `participation` (fraction of daily volume, default 0.10), and `limit` (number of coins, max 40). This goes beyond the minimal schema info and provides meaningful usage semantics.

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 uses a specific verb phrase ('position-limit table... sorted TIGHTEST-FIRST') and clearly identifies the resource (crypto perp positions) and the intended use cases ('what position limit should I set on X', 'rank my coins by exit risk'). It distinguishes itself from sibling tools by focusing on exit capacity within 24 hours at a participation rate, which is a unique angle compared to tools like exit_capacity or carry_pressure.

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

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly lists example queries ('what position limit should I set on X', 'which of my positions is too big to get out of') and provides a clear caveat about the optimistic nature of the limits. It also states that the results are computed on reported venue volume, which is an upper bound, and advises how to handle that in practice. This gives agents clear guidance on when to use this tool and how to interpret its output.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation4/5

Most tools target distinct analytics functions (order flow, execution cost, strategy testing, market scans). A few pairs overlap—mass_map/mass_scan, market_rotation/top_movers, and market_snapshot/perp_dashboard—but descriptions clarify differences. No tools are truly indistinguishable.

Naming Consistency3/5

Naming style is mixed: some tools use verb+noun (explain_move, fetch_series, get_funding) while others use descriptive noun phrases (carry_pressure, currency_leg, exit_capacity). The names are readable and meaningful, but the pattern is not uniform. It is not chaotic, but lacks a single consistent convention.

Tool Count4/5

22 tools is on the heavier side but reasonable for a comprehensive crypto analytics suite covering market data, execution analysis, risk, and strategy testing. Each tool serves a distinct purpose and contributes to the overall scope. It is not excessive enough to feel bloated.

Completeness5/5

The tool set covers the full analytics lifecycle: market overview, order-flow explanation, execution routing and cost, position limits, options, and strategy backtesting. There are no obvious dead ends; users can research, test, and validate strategies. The coverage is thorough for the stated trading-analytics domain.

Resources