Skip to main content
Glama
DaunteEth

WOOFi Pro MCP Server

by DaunteEth

🚀 WOOFi Pro MCP Server

License: MIT TypeScript

A Model Context Protocol (MCP) server providing 40 comprehensive trading tools for WOOFi Pro and Orderly Network integration. Built for universal compatibility with Cursor IDE, Claude Desktop, Windsurf, and all MCP-compatible applications.

✨ Features

  • 🎯 Platform-Specific Configuration: Smithery-style commands for precise MCP client targeting

  • 40 Trading Tools: Complete suite for DeFi and derivatives trading

  • Orderly Network API: Direct integration with institutional-grade infrastructure

  • Universal Compatibility: Works with Cursor, Claude Desktop, Windsurf, and all MCP clients

  • Flexible Setup: Auto-config, .env files, OR direct config - all methods supported

  • CCXT-Style Security: API keys never hardcoded in our repo, always user-provided

  • Automatic Authentication: Seamless ed25519 signature-based auth

  • Multi-Platform Support: Claude Desktop, Cursor IDE, VSCode, and Windsurf

  • Safe Config Management: Creates backups before making any changes

Related MCP server: Trading MCP Server

🎯 Available Tools (40 Total)

Category

Count

Tools

Description

Account

3

get_account_info, get_positions, get_orders

Account information and key details

Orders

18

create_order, batch_create_orders, edit_order, cancel_order, cancel_order_by_client_id, cancel_all_pending_orders, cancel_all_after, get_orders, get_order_by_id, get_order_by_client_id, create_algo_order, edit_algo_order, cancel_algo_order, cancel_algo_order_by_client_id, cancel_all_pending_algo_orders, get_algo_orders, get_algo_order_by_id, get_algo_order_by_client_id

Complete order management and execution

Assets

8

get_asset_history, get_holdings, create_withdraw_request, get_settle_pnl_nonce, request_pnl_settlement, get_pnl_settlement_history, create_internal_transfer, get_internal_transfer_history

Asset operations, PnL settlement, and transfers

Positions

3

get_all_positions, get_position_by_symbol, get_position_history

Position tracking and management

Liquidations

6

get_liquidated_positions, get_liquidations, get_positions_under_liquidation, claim_liquidated_positions, claim_insurance_fund, get_insurance_fund

Liquidation monitoring and claims

Funding

1

get_funding_fee_history

Funding rate data and history

🚀 Quick Setup

Choose your platform and configure instantly - Smithery-style commands:

Claude Desktop:

npx -y git+https://github.com/DaunteEth/woofi-pro-mcp woofi-pro \
  --client claude \
  --api-key=your_orderly_api_key_here \
  --secret-key=your_orderly_secret_key_here \
  --account-id=your_account_id_here

Cursor IDE:

npx -y git+https://github.com/DaunteEth/woofi-pro-mcp woofi-pro \
  --client cursor \
  --api-key=your_orderly_api_key_here \
  --secret-key=your_orderly_secret_key_here \
  --account-id=your_account_id_here

VSCode:

npx -y git+https://github.com/DaunteEth/woofi-pro-mcp woofi-pro \
  --client vscode \
  --api-key=your_orderly_api_key_here \
  --secret-key=your_orderly_secret_key_here \
  --account-id=your_account_id_here

Windsurf:

npx -y git+https://github.com/DaunteEth/woofi-pro-mcp.git woofi-pro \
  --client windsurf \
  --api-key=your_orderly_api_key_here \
  --secret-key=your_orderly_secret_key_here \
  --account-id=your_account_id_here

What this does:

  • 🎯 Targets specific platform - Configure exactly what you want

  • 📋 Creates backups of existing configurations

  • ⚙️ Updates your MCP config with WOOFi Pro server + credentials

  • Ready to use immediately - just restart your MCP application!

🟦 Option B: .env File Method

Step 1: Create .env file

cp .env.example .env
# Edit .env with your credentials

Step 2: Simple config (any platform)

{
  "mcpServers": {
    "woofi-pro": {
      "command": "npx",
      "args": [
        "-y",
        "git+https://github.com/DaunteEth/woofi-pro-mcp",
        "woofi-pro"
      ]
    }
  }
}

🟩 Option C: Direct Config Method

Add credentials directly to your MCP config:

Claude Desktop (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json)

{
  "mcpServers": {
    "woofi-pro": {
      "command": "npx",
      "args": [
        "-y",
        "git+https://github.com/DaunteEth/woofi-pro-mcp",
        "woofi-pro"
      ],
      "env": {
        "WOOFI_API_KEY": "your_orderly_api_key_here",
        "WOOFI_SECRET_KEY": "your_orderly_secret_key_here",
        "WOOFI_ACCOUNT_ID": "your_account_id_here"
      }
    }
  }
}

Cursor IDE (.cursor/mcp.json)

{
  "mcpServers": {
    "woofi-pro": {
      "command": "npx",
      "args": [
        "-y",
        "git+https://github.com/DaunteEh/execution-agent.git",
        "woofi-pro"
      ],
      "env": {
        "WOOFI_API_KEY": "your_orderly_api_key_here",
        "WOOFI_SECRET_KEY": "your_orderly_secret_key_here",
        "WOOFI_ACCOUNT_ID": "your_account_id_here"
      }
    }
  }
}

🔧 API Credentials Setup

🔑 Get API Credentials

  1. Visit: WOOFi Pro

  2. Complete KYC: Identity verification required

  3. Generate API Keys: API Management → Create API keys

  4. Set Permissions: Enable read and trading permissions

  5. Copy Credentials: You'll need 3 values:

    • API Key

    • Secret Key

    • Account ID

📁 .env File Template

# WOOFi Pro API Credentials (Required)
WOOFI_API_KEY=your_orderly_api_key_here
WOOFI_SECRET_KEY=your_orderly_secret_key_here
WOOFI_ACCOUNT_ID=your_account_id_here

🔒 Security Architecture

✅ Non-Sensitive (Hardcoded)

The following standard values are hardcoded for simplicity and are not sensitive:

  • WOOFI_BASE_ENDPOINT=https://api.orderly.org - Public API endpoint

  • WOOFI_BROKER_ID=woofi_pro - Standard broker identifier

  • WOOFI_CHAIN_ID=42161 - Arbitrum network chain ID

🔑 Sensitive (User-Provided)

These values must be provided by you and are never hardcoded:

  • WOOFI_API_KEY - Your unique API key

  • WOOFI_SECRET_KEY - Your private secret key

  • WOOFI_ACCOUNT_ID - Your account identifier

🛡️ Security Features

  • 🔒 Zero hardcoded secrets - Following 2025 MCP security best practices

  • 📁 .env files gitignored - Secrets never committed to version control

  • 🔐 Automatic .env loading - Server finds .env in working directory

  • ✅ Input validation - All parameters validated with Zod schemas

  • 🏗️ Separation of concerns - Public constants separate from private credentials

💡 Usage Examples

Check Account Status

// Get account information
await get_account_info({});

// View all positions  
await get_all_positions({});

Place Orders

// Market buy order
await create_order({
  symbol: "PERP_BTC_USDC",
  side: "BUY", 
  order_type: "MARKET",
  order_quantity: 0.001
});

// Limit sell order
await create_order({
  symbol: "PERP_ETH_USDC",
  side: "SELL",
  order_type: "LIMIT", 
  order_price: 3500,
  order_quantity: 0.1
});

Advanced Features

// PnL Settlement
await get_settle_pnl_nonce({});
await request_pnl_settlement({
  signature: "0x...",
  userAddress: "0x...",
  // ... EIP-712 signature data
});

// Liquidation Claims  
await claim_liquidated_positions({
  liquidation_id: 12345,
  // ... liquidation claim data
});

🔄 Natural Language Commands

Account & Portfolio

  • "Show me my account balance"

  • "What are my current positions?"

  • "Get my asset transaction history"

  • "Check my PnL settlement history"

Trading

  • "Place a market buy order for 0.001 BTC"

  • "Create a limit sell order for 0.1 ETH at $3500"

  • "Cancel order ID 12345"

  • "Show me my recent orders"

  • "Create a batch of orders"

Advanced Operations

  • "Get my settle PnL nonce"

  • "Show me liquidated positions"

  • "Check funding fee history for BTC"

  • "Create an internal transfer"

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Ready to trade? Follow the quick setup above and start trading with natural language!

Available Tools

38 tools
batch_create_ordersB

Create multiple orders in batch

ParametersJSON Schema
NameRequiredDescriptionDefault
ordersYesArray of orders to create

TDQS

B3.1/5.0
Behavior2/5

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

No annotations provided, and the description only restates the purpose. It does not disclose behavioral traits such as atomicity, partial success handling, idempotency, rate limits, or side effects.

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 a single sentence with no wasted words, achieving conciseness. However, it could benefit from slightly more detail without being verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite high schema coverage, the description lacks information about output behavior, error handling for partial failures, or any batch-specific semantics, making it incomplete for a complex batch operation.

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% with descriptions for all fields. The description adds no additional meaning or usage hints beyond what the schema already provides.

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 'Create multiple orders in batch' clearly states the tool's purpose: batch creation of orders. It differentiates from sibling tools like 'create_order' (single order) through the word 'batch' and 'multiple'.

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 vs alternatives (e.g., single create_order). No mention of prerequisites, limitations, or trade-offs.

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

cancel_algo_orderA

Cancel an algo order by order ID

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTrading symbol for the algo order
order_idYesAlgo order ID to cancel

TDQS

A3.5/5.0
Behavior2/5

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

No annotations provided, and the description only states the action. It does not disclose behavior such as idempotency, success/failure responses, side effects (e.g., if already cancelled), or required permissions. A simple 'cancel' without further context is insufficient.

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?

Single, clear sentence with no unnecessary words. Highly concise and to the point.

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 no output schema and many sibling tools, the description could explain what happens after cancellation (e.g., return values, errors). It is adequate for a straightforward cancel but lacks completeness for an AI agent to handle edge cases.

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 baseline is 3. The description mentions 'by order ID' but adds no semantic value beyond the schema descriptions. Does not explain symbol or order_id semantics or provide examples.

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?

Description explicitly states the action (cancel), resource (algo order), and method (by order ID). It clearly distinguishes from siblings like cancel_order (regular orders) and cancel_algo_order_by_client_id (by client ID).

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 over alternatives like cancel_algo_order_by_client_id or cancel_all_pending_algo_orders. The purpose is implied by the name, but lacks explicit when-to-use or when-not-to-use instructions.

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

cancel_algo_order_by_client_idB

Cancel an algo order by client order ID

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTrading symbol for the algo order
client_order_idYesClient order ID to cancel

TDQS

B3.1/5.0
Behavior1/5

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

With no annotations, the description carries full burden but omits any behavioral details like idempotency, side effects, prerequisites, or error handling. It provides minimal transparency.

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?

Single sentence, front-loaded with verb and purpose, no redundant words. Highly concise and efficient.

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?

While simple and adequate for the basic action, it lacks usage guidance and behavioral context. Given the simplicity of the tool and good schema coverage, it is minimally complete but has clear gaps.

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% with both parameters described. The description adds no extra meaning beyond the schema, earning the baseline score.

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 action ('Cancel'), the resource ('algo order'), and the identifier method ('by client order ID'). It distinguishes from siblings like cancel_algo_order (likely by algo order ID) and cancel_order_by_client_id (for regular orders).

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 is provided on when to use this tool versus alternatives (e.g., cancel_algo_order, cancel_order_by_client_id). The agent must infer based solely on the name.

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

cancel_all_afterC

Cancel all orders after a timeout

ParametersJSON Schema
NameRequiredDescriptionDefault
timeoutYesTimeout in milliseconds

TDQS

C2.8/5.0
Behavior1/5

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

No annotations provided, so description carries full burden. The description is ambiguous: it could mean setting a timeout and then cancelling, or cancelling orders that have timed out. No mention of side effects, permissions, or what 'all orders' includes.

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

Conciseness3/5

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

The description is very short and front-loaded, but it lacks essential context. It is not overly verbose, but the brevity comes at the cost of completeness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter, the description should still clarify the exact behavior, scope (all orders for the user?), and temporal details. It fails to do so, leaving significant gaps.

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 and one parameter, the description adds minimal value beyond the schema. It confirms the timeout parameter's role but does not provide additional semantics like valid range or units.

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 action (cancel all orders) and the condition (after a timeout). It distinguishes from siblings that cancel single orders or algo orders.

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 siblings like cancel_all_pending_orders or cancel_algo_order_by_client_id. The description does not explain the difference in scope or behavior.

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

cancel_all_pending_algo_ordersC

Cancel all pending algo orders

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolNoSymbol to cancel algo orders for (optional)

TDQS

C2.9/5.0
Behavior2/5

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

Without annotations, the description carries full burden for behavioral disclosure. It only states the action but does not clarify scope when symbol is omitted, side effects, cancellability, or any required permissions. The behavior of canceling across all symbols or only for a specified symbol is implied by the schema but not stated.

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 a single sentence with no extraneous words. It is efficiently structured and front-loaded with the core action. However, it may be too terse given the lack of additional context.

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?

For a tool with one simple optional parameter and no output schema, the description is minimally adequate. It states the basic function, but does not clarify behavior when parameter is omitted or how it differs from related sibling tools. A more complete description would include the scope effect of the optional symbol and references to alternatives.

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% for the single parameter 'symbol', which is already described as optional with a clear purpose. The description adds no extra meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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 the action (cancel) and resource (all pending algo orders). It is specific enough to distinguish from tools like cancel_algo_order, though it does not explicitly differentiate from cancel_all_pending_orders. The verb+resource combination is direct and unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives such as cancel_algo_order (for a single order) or cancel_all_pending_orders (for all order types). It does not mention any prerequisites, filters, or when-to-use/not-to-use conditions.

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

cancel_all_pending_ordersC

Cancel all pending orders

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolNoSymbol to cancel orders for (optional)

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It states the action is cancelling orders but does not mention scope (all symbols vs filtered), irreversibility, or potential impact on other operations. For a bulk cancellation tool, this is insufficient.

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

Conciseness3/5

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

The description is a single short sentence, which is concise but too brief for a potentially destructive operation. It front-loads the action but omits necessary context. It could easily add a second sentence for clarity without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool is a bulk cancel operation, the description lacks completeness. It does not explain the return behavior, whether the operation is atomic, or how to interpret the result. No output schema exists, so description should cover these aspects. The description is inadequate for safe usage.

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% and the parameter 'symbol' is well-described in the schema. The description does not add any extra meaning beyond 'all pending orders'. The optional nature is clear, but the description could emphasize that omitting symbol cancels all orders across all symbols.

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 the action ('Cancel') and resource ('all pending orders'). It distinguishes from siblings like cancel_order (single order) and cancel_algo_order (algo orders). However, it could be more precise about whether it cancels all orders globally or only for a symbol if provided.

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 (e.g., cancel_order for a single order). Does not mention that it cancels all pending orders, which could be dangerous, or any prerequisites. The agent is left to infer usage context.

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

cancel_orderB

Cancel an order by order ID

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID to cancel

TDQS

B3.2/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. It only states the action without disclosing idempotency, permissions, error states, or consequences (e.g., irreversible).

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?

Single sentence with no wasted words. Appropriate for a simple tool, though no structural enhancements like sections or bullet points.

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?

For a simple mutation with one parameter and no output schema, the description is minimally adequate but lacks detail on prerequisites, reversibility, or error handling.

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% with a clear description 'Order ID to cancel'. The tool description adds no further parameter meaning, baseline score of 3 applies.

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?

Description clearly states verb 'Cancel', resource 'order', and method 'by order ID'. It is specific and distinguishes from siblings like cancel_algo_order or cancel_order_by_client_id.

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 on when to use this tool vs alternatives. Implied usage is when you have an order ID, but no exclusions or context provided.

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

cancel_order_by_client_idB

Cancel an order by client order ID

ParametersJSON Schema
NameRequiredDescriptionDefault
client_order_idYesClient order ID to cancel

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits, but it only states the basic action. It does not mention whether the operation is idempotent, what happens if the order is already canceled, or any permission requirements, leaving significant gaps for safe invocation.

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 short and front-loaded, with no wasted words. However, it could be slightly more informative without sacrificing conciseness, e.g., by mentioning the effect or return value. Still, it is efficient for a simple cancellation tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description is minimal and does not explain return values, error handling, or prerequisites. For a cancellation operation with multiple sibling tools, the description should provide more context to fully guide usage.

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?

The schema coverage is 100%, with the parameter 'client_order_id' already described as 'Client order ID to cancel' in the schema. The description adds no additional semantic detail beyond what the schema provides, so a baseline score of 3 is appropriate.

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 verb 'Cancel', the resource 'order', and the method 'by client order ID'. It effectively distinguishes from sibling tools like 'cancel_order' (which likely uses system order ID) and 'cancel_algo_order_by_client_id' (for algo orders), making the tool's purpose specific and unambiguous.

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 is provided on when to use this tool versus its siblings, such as 'cancel_order' or 'cancel_algo_order_by_client_id'. The description lacks explicit context for choosing this tool over alternatives, leaving the agent to infer usage from the name alone.

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

claim_insurance_fundC

Claim insurance fund (POST with EIP-712 signature)

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYesEIP-712 message object
signatureYesEIP-712 signature
userAddressYesUser wallet address
liquidation_idYesLiquidation ID
verifyingContractYesVerifying contract address
transfer_amount_to_insurance_fundYesTransfer amount to insurance fund

TDQS

C2.8/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. It mentions 'POST' indicating mutation but lacks details on side effects, authorization, or state changes.

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

Conciseness3/5

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

Description is very short and to the point, but could be more informative without being verbose. Lacks structure like usage context or parameter highlights.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (6 required params, nested object, no output schema, no annotations), the description is insufficient. It does not explain the claiming process, signature generation, or expected outcomes.

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% with descriptions for all parameters. The description adds minimal meaning beyond the schema, such as noting EIP-712, but does not explain parameter roles or interactions.

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 the verb 'Claim' and the resource 'insurance fund', and specifies the HTTP method and signature type. However, it does not differentiate from sibling tools like 'claim_liquidated_positions'.

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. Missing prerequisites or context for claiming the insurance fund.

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

claim_liquidated_positionsB

Claim liquidated positions (POST with EIP-712 signature)

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTrading symbol
messageYesEIP-712 message object
signatureYesEIP-712 signature
mark_priceYesMark price
userAddressYesUser wallet address
position_qtyYesPosition quantity
cost_positionYesCost position
liquidator_idYesLiquidator ID
liquidation_idYesLiquidation ID
liquidator_feeYesLiquidator fee
liquidated_timeYesLiquidated time
verifyingContractYesVerifying contract address
insurance_fund_feeYesInsurance fund fee
sum_unitary_fundingsYesSum unitary fundings

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must disclose all behavioral traits. It mentions 'POST with EIP-712 signature', indicating a write operation requiring cryptographic authorization. However, it lacks details on state changes (e.g., transferred funds, position closure), permissions, or error conditions.

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, concise sentence that front-loads the action and key method. It contains no superfluous words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 14 required parameters, a nested object, and no output schema, the description is insufficient. It omits return values, error handling, and signature construction steps, which are critical for a blockchain transaction.

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 baseline is 3. The description does not add any extra meaning beyond the schema. It does not explain how the nested 'message' object relates to top-level parameters or how to construct the signature.

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 verb 'claim' and resource 'liquidated positions', and specifies the HTTP method (POST) and signature type (EIP-712). This distinguishes it from sibling tools like 'get_liquidated_positions' (read) and 'claim_insurance_fund' (different resource).

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?

The description provides no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. It does not mention when it is appropriate to claim liquidated positions or how it relates to other actions like viewing liquidations.

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

create_algo_orderC

Create an algorithmic order (stop loss, take profit, etc.)

ParametersJSON Schema
NameRequiredDescriptionDefault
sideNoOrder side
typeNoOrder type
priceNoOrder price
symbolYesTrading symbol
quantityNoOrder quantity
algo_typeYesAlgorithm order type
order_tagNoOrder tag
reduce_onlyNoReduce only flag
child_ordersNoChild orders for complex algos
trigger_priceNoTrigger price
client_order_idNoCustom order ID
visible_quantityNoVisible quantity flag
trigger_price_typeNoTrigger price type

TDQS

C2.9/5.0
Behavior2/5

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

No annotations exist, so the description carries full burden. It only says 'Create an algorithmic order' with no disclosure of side effects, permissions, reversibility, or behavioral traits beyond creation.

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 a single concise sentence, front-loading the core purpose. However, it is under-specified and could include more context without sacrificing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 13 parameters, no output schema, and no annotations, the description lacks completeness. It does not mention required fields, parameter interactions, or typical usage patterns.

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 baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides via property descriptions.

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 the verb 'Create' and the resource 'algorithmic order', with examples (stop loss, take profit). It distinguishes from regular orders but not from other algorithmic order tools or batch creation.

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 usage guidance provided. Does not indicate when to use this tool versus siblings like create_order or batch_create_orders, nor any prerequisites or exclusions.

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

create_internal_transferC

Create internal transfer between accounts

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken symbol
amountYesAmount to transfer
toAccountIdYesDestination account ID
fromAccountIdYesSource account ID

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states 'Create', implying a mutation, but lacks details on whether transfers are immediate, reversible, or require authorization. This is insufficient for a mutation 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 a single concise sentence that directly states the tool's purpose with no unnecessary words. It is efficient but could be slightly more informative without sacrificing brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations, no output schema, and 4 required parameters, the description is too brief. It does not explain success behavior, error conditions, or any constraints, leaving the agent underinformed for correct invocation.

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 schema provides full parameter descriptions. The tool description adds no extra semantic context beyond what is in the schema, earning a baseline score of 3.

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 the verb 'Create' and the resource 'internal transfer between accounts', which distinguishes it from most sibling tools. However, it could be more precise to differentiate from 'create_withdraw_request' by explicitly noting it's an internal transfer within the exchange.

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?

The description provides no guidance on when to use this tool versus alternatives like create_withdraw_request or other transfer methods. No prerequisites or context are given.

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

create_orderC

Create a new regular order

ParametersJSON Schema
NameRequiredDescriptionDefault
sideYesOrder side
levelNoPrice level for ASK/BID orders
symbolYesTrading symbol (e.g., PERP_ETH_USDC)
slippageNoSlippage tolerance for MARKET orders
order_tagNoOrder tag
order_typeYesOrder type
order_priceNoOrder price (required for LIMIT orders)
reduce_onlyNoReduce only flag
order_amountNoOrder amount in quote currency
order_quantityNoOrder quantity
client_order_idNoCustom order ID (max 36 chars)
post_only_adjustNoAdjust price for POST_ONLY orders
visible_quantityNoVisible quantity on orderbook

TDQS

C2.4/5.0
Behavior1/5

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

No behavioral traits disclosed. Given no annotations, the description should mention whether the order is atomic, results, or any side effects. It does not even confirm order creation happens.

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?

Extremely concise but uninformative. Single sentence that barely expands on the tool name. The description should be front-loaded with key behavior but provides no structure.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 13 parameters, no output schema, and no annotations, the description fails to provide necessary context about parameter relationships, constraints (e.g., order_price required for LIMIT), or typical usage. Completely inadequate.

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 covers all parameters with descriptions (100% coverage). The tool description adds no new parameter meaning beyond the schema, which already provides basic info. Baseline 3 is appropriate.

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 uses a specific verb and resource: 'Create a new regular order'. It implicitly distinguishes from 'batch_create_orders' and 'create_algo_order', but does not explicitly contrast them.

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 like 'batch_create_orders' or 'create_algo_order'. Missing prerequisites or context for order type selection.

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

create_withdraw_requestC

Create a withdrawal request

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesToken symbol
amountYesAmount to withdraw
addressYesWithdrawal address

TDQS

C2.8/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. It only says 'Create a withdrawal request' without disclosing behavioral traits such as whether it is destructive, requires approvals, or has rate limits. Minimal value added beyond the name.

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

Conciseness3/5

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

A single sentence is concise but lacks structure. It is not verbose, but could front-load critical info or provide a brief example. Adequate but not optimized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 3 required parameters, no output schema, and no annotations, the description is insufficient. It does not explain what happens after request creation, side effects, or typical workflow steps. Leaves significant gaps for the agent.

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 baseline is 3. Description adds no extra meaning beyond schema fields like 'token', 'amount', 'address'. The parameter descriptions in schema are basic, but description does not provide additional context like formats or constraints.

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?

Description clearly states verb 'create' and resource 'withdrawal request', distinguishing it from siblings like create_internal_transfer or create_order. However, it does not explicitly differentiate from similar tools such as request_pnl_settlement, which could be a close alternative.

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 like create_internal_transfer or other withdrawal-related tools. No prerequisites or exclusions mentioned, leaving the agent without context to decide appropriately.

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

edit_algo_orderD

Edit an existing algo order

ParametersJSON Schema
NameRequiredDescriptionDefault
priceNoNew price
order_idYesAlgo order ID to edit
quantityNoNew quantity
trigger_priceNoNew trigger price

TDQS

D1.9/5.0
Behavior1/5

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

With no annotations provided, the description must disclose behavioral traits. It only says 'Edit an existing algo order' without any information on mutability, side effects, permissions, or idempotency. This is insufficient for an agent to understand the tool's impact.

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 extremely concise (one sentence) but lacks necessary detail. While it is front-loaded, it is under-specified, failing to earn its place by conveying essential guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters, no output schema, and no annotations, the description is completely inadequate. It does not explain what editing entails, which fields can be changed, or any constraints, leaving the agent without sufficient context.

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 adds no additional parameter meaning beyond what the input schema already provides.

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

Purpose2/5

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

The description 'Edit an existing algo order' is essentially a tautology of the tool name 'edit_algo_order'. It does not add specific verb-resource clarity beyond the name, nor does it distinguish from sibling tools like 'edit_order' or 'cancel_algo_order'.

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?

The description provides no guidance on when to use this tool, when not to, or alternatives. Siblings include 'edit_order' for regular orders and 'cancel_algo_order' for cancellation, but no differentiation is mentioned.

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

edit_orderC

Edit an existing order

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID to edit
order_priceNoNew order price
order_quantityNoNew order quantity

TDQS

C2.9/5.0
Behavior2/5

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

The description gives minimal behavioral insight. It implies the order is modified but does not specify if updates are partial or full, whether the order must be in a specific state, or any side effects. Since no annotations are provided, the description carries the full burden, which it fails to meet.

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 a single sentence with no extraneous information, making it concise. However, the extreme brevity may sacrifice necessary detail, but for a simple edit tool, it is appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no annotations, the description is insufficient. It does not explain the return value, whether the edit is successful, or any postconditions. For a mutation tool, more context is needed.

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 input schema already explains each parameter (order_id, order_price, order_quantity). The description adds no additional semantic meaning beyond the schema, making it adequate but not enhanced.

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 'Edit an existing order' clearly states the verb (edit) and resource (order), distinguishing it from sibling tools like create_order or cancel_order. However, it lacks any specificity about which fields can be edited or constraints.

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 is provided on when to use this tool versus alternatives like edit_algo_order or cancel_order. There is no mention of prerequisites, order state requirements, or suggested contexts.

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

get_account_infoA

Fetch account balances and fee tiers

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.5/5.0
Behavior2/5

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

Without annotations, the description should disclose behavioral traits such as side effects, authentication requirements, or rate limits. It only states the basic purpose, offering no additional transparency.

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, concise sentence with no wasted words. It is front-loaded and minimal.

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?

For a simple fetch tool with no parameters and no output schema, the description is adequate but could be more complete by hinting at the response format or scope (e.g., all assets).

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

Parameters4/5

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

There are no parameters, and the schema coverage is 100% (vacuously). The description does not need to add parameter semantics, so a baseline of 4 is appropriate.

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 verb 'Fetch' and the resource 'account balances and fee tiers', which is specific and distinct from sibling tools that focus on orders, positions, or other entities.

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 is provided on when to use this tool versus alternatives like get_holdings or get_all_positions. The description lacks context or exclusion criteria.

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

get_algo_order_by_client_idC

Get algo order by client order ID

ParametersJSON Schema
NameRequiredDescriptionDefault
client_order_idYesClient order ID to retrieve

TDQS

C2.9/5.0
Behavior2/5

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

No annotations provided; the description only says 'Get', implying read-only, but fails to disclose other behaviors like data freshness, ordering, or rate limits. The tool description offers no additional behavioral context.

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 extremely concise (5 words) and front-loaded. It is appropriately sized for a simple tool with one parameter, though it could be slightly more informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description is barely adequate. It does not explain what an 'algo order' is, return format, or ordering of results. More context is needed for complete understanding.

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% and the parameter description is self-explanatory. The tool description adds no extra meaning beyond the schema, warranting a baseline score of 3.

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 the verb 'Get' and the resource 'algo order by client order ID', distinguishing it from siblings like 'get_algo_order_by_id' and 'get_order_by_client_id'. However, it could be more specific about algorithmic orders.

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 such as 'get_algo_order_by_id' or 'cancel_algo_order_by_client_id'. The description is too minimal to inform selection.

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

get_algo_order_by_idB

Get algo order by order ID

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idYesAlgo order ID to retrieve

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are available, and the description does not disclose behavioral traits such as read-only nature, authorization needs, or potential errors. For a getter tool, implicit idempotency is assumed but not stated.

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 minimal and efficient, using a single sentence to convey the purpose. It is appropriately sized for a simple tool, though slight expansion on behavior could improve it.

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 the tool's simplicity (one required parameter, no output schema), the description is largely complete. However, it lacks information on output format or error states, which might be needed for full completeness.

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% with a single parameter 'order_id' described as 'Algo order ID to retrieve'. The description adds no extra meaning beyond the schema, so baseline score of 3 is appropriate.

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 'Get algo order by order ID' clearly states the action (Get), resource (algo order), and identifier (order ID). It distinguishes from sibling tools like 'get_algo_orders' (plural) and 'get_order_by_id' (non-algo).

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 is provided on when to use this tool versus alternatives like 'get_algo_order_by_client_id' or 'get_orders'. The description lacks context for appropriate usage.

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

get_algo_ordersC

Get algo orders with filtering options

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size
symbolNoFilter by symbol
algo_typeNoFilter by algo type

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are present, so the description must fully disclose behavior. It only states 'Get algo orders with filtering options', which adds no behavioral details beyond the schema. Information about pagination, rate limits, or error handling is missing.

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

Conciseness3/5

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

The description is very short (one sentence), which is concise but lacks structure and fails to provide necessary context. It could be expanded without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 4 parameters, no output schema, and no annotations, the description should explain pagination behavior, what constitutes filters, and the nature of algo orders. It only says 'with filtering options', leaving many gaps.

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?

All parameters have descriptions in the schema (100% coverage), so the description adds no extra meaning. Baseline 3 is appropriate as the schema covers the parameter semantics adequately.

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 the action (Get) and the resource (algo orders), and mentions filtering. However, it does not differentiate from siblings like get_algo_order_by_id or get_orders, though the term 'algo orders' provides some distinction.

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 is provided on when to use this tool versus alternatives. It does not mention when to use get_algo_orders instead of get_orders or other related functions, leaving the agent without decision criteria.

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

get_all_positionsB

Get all positions

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3/5.0
Behavior2/5

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

No annotations are present, and the description does not disclose behavioral traits such as whether results are paginated, sorted, or subject to rate limits. The agent is given no safety or performance context.

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 a single, front-loaded sentence with no excess. However, it could be slightly expanded to add context without becoming verbose, so it is not a 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description omits critical context such as the scope of 'all positions' (e.g., across all accounts or market?), return format, and potential side effects. This leaves the agent underinformed.

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

Parameters4/5

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

The tool has zero parameters, and the schema coverage is 100%, so the description does not need to add parameter-level details. A baseline score of 4 is appropriate.

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 'Get all positions' clearly states the action and resource, but it does not differentiate from the sibling tool 'get_positions', which may have similar behavior. More specificity on scope would distinguish them.

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 is provided on when to use this tool versus similar tools like 'get_positions' or 'get_position_by_symbol'. The agent receives no context for selection.

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

get_asset_historyB

Get asset transaction history

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.2/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The four-word description fails to mention traits like pagination, authentication requirements, data freshness, or scope (all assets or specific). This is a critical gap for a data retrieval tool.

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 extremely concise at 4 words, with no superfluous information. Every word earns its place, and the structure is a clear verb-noun phrase. This achieves maximum efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description should compensate by explaining what the tool returns. It does not, leaving the agent uninformed about the response format, scope, or limitations. For a data retrieval tool, this is incomplete.

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

Parameters4/5

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

The input schema has zero properties, so schema coverage is effectively 100%. The rule gives a baseline of 4 for 0-parameter tools. The description adds minimal context by specifying 'asset transaction history', which is sufficient given no parameters need explanation.

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 'Get asset transaction history' clearly states the verb 'Get' and the resource 'asset transaction history'. Among sibling tools like 'get_algo_orders' or 'get_funding_fee_history', this tool is uniquely identified as retrieving the transaction history for assets, making its purpose distinct and unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives. Sibling tools include 'get_funding_fee_history', 'get_internal_transfer_history', and 'get_pnl_settlement_history', which might be more specific. Without context, an agent might struggle to choose appropriately.

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

get_funding_fee_historyD

Get funding fee history

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size
end_tNoEnd timestamp
symbolNoOptional symbol to filter
start_tNoStart timestamp

TDQS

D1.7/5.0
Behavior1/5

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

No annotations are present, and the description fails to disclose behavioral traits such as read-only nature, potential performance impact, or data freshness. The minimal text adds no transparency.

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?

While the description is short, it is under-specified rather than concise. It fails to convey any useful information beyond the tool name, making it ineffective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, no annotations, and 5 parameters, the description is severely incomplete. It does not explain the returned data, filtering behavior, or pagination details, leaving the agent without essential context.

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% with descriptions for all 5 parameters. The description does not add meaning beyond the schema, but the baseline of 3 is appropriate since the schema itself provides adequate parameter semantics.

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

Purpose2/5

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

The description 'Get funding fee history' is a bare restatement of the tool name. It lacks specificity about what 'funding fee history' entails and does not distinguish it from sibling tools like get_asset_history or get_position_history.

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

Usage Guidelines1/5

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

No usage guidance provided. The description gives no context on when to use this tool versus alternatives, nor any prerequisites or limitations.

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

get_holdingsC

Get asset holdings

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, and the description only states 'Get asset holdings' with no behavioral details. It does not disclose whether the call is read-only, requires authentication, or any side effects.

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 extremely concise, consisting of a single sentence. It is front-loaded and contains no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema or annotations, the description is too brief. It does not explain the return format, scope of holdings, or how it differs from similar tools like get_positions.

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

Parameters4/5

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

There are no parameters, so the description need not explain them. The baseline for 0 parameters is 4, and the description adds minimal clarity about what is being retrieved.

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

Purpose3/5

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

The description states the tool retrieves asset holdings, which is clear but lacks differentiation from sibling tools like get_positions or get_all_positions. It is not a tautology as it specifies the resource (holdings), but it does not convey scope or uniqueness.

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. There is no mention of context, prerequisites, or whether it returns all holdings or filtered results.

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

get_insurance_fundB

Get insurance fund details

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations available, the description carries the full burden of behavioral disclosure, but it only provides a generic phrase. It does not state that the tool is read-only, its safety profile, or any other behavioral traits.

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 concise—a single sentence with no superfluous words. However, it could be more structured to include key details like what the 'details' encompass.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, the description is too minimal. It does not explain what is returned (e.g., balance, status, history), leaving the agent without sufficient context.

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?

The tool has zero parameters, so baseline is 4 per instructions. However, the description does not add meaning beyond what the schema (empty) already provides; it merely restates the tool's name. Thus, slightly below baseline at 3.

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 'Get insurance fund details' uses a specific verb ('Get') and resource ('insurance fund details'), clearly distinguishing it from sibling tools like 'claim_insurance_fund' which implies a mutation action.

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 usage guidelines are provided. The description does not specify when to use this tool versus alternatives, nor does it provide any context for ideal usage.

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

get_internal_transfer_historyC

Get internal transfer history

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size
end_tNoEnd timestamp
symbolNoOptional symbol filter
start_tNoStart timestamp

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries full behavioral disclosure burden but only states the basic operation. It does not disclose pagination behavior, response format, authorization needs, or any side effects. Critical gaps for an agent.

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 a single, front-loaded sentence with no wasted words. It is concise but could benefit from slight expansion without losing efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Lacking an output schema, the description should at least hint at return structure. With 5 optional parameters and no required ones, default behavior (e.g., last 100 records) is undefined. The description is too minimal for an agent to use effectively.

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 each parameter is documented in the schema. However, the description adds no additional meaning about how parameters interact (e.g., date range logic, default pagination). Baseline 3 is appropriate.

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 the verb 'Get' and the resource 'internal transfer history', distinguishing it from sibling tools like get_orders or get_positions. However, it lacks specificity on scope (e.g., user-level or all) which would make it clearer.

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 is provided on when to use this tool versus alternatives, such as create_internal_transfer for writing transfers. There is no mention of prerequisites, context, or when not to use it.

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

get_liquidated_positionsC

Get public liquidated positions

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size
end_tNoEnd timestamp
symbolNoOptional symbol filter
start_tNoStart timestamp

TDQS

C2.9/5.0
Behavior2/5

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

The description is minimal: 'Get public liquidated positions.' With no annotations, the description carries the full burden of behavioral disclosure, but it does not mention anything about response format, pagination behavior, side effects, or authentication requirements. This is insufficient for a tool with 5 parameters.

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 a single sentence with no fluff, front-loaded with the key action and resource. It is appropriately concise but lacks sufficient detail for a tool with 5 parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 5 optional parameters, no output schema, and no annotations, the description should provide more context about expected output and parameter behavior. The current description is too sparse to fully understand the tool's functionality.

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 parameters are individually described. However, the description adds no extra context beyond the schema, such as parameter relationships or constraints (e.g., start_t vs end_t). Baseline 3 is appropriate given high schema coverage.

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 'Get public liquidated positions' clearly indicates the action (get) and resource (liquidated positions), and specifies 'public' which hints at scope. However, it does not distinguish from similar sibling tools like 'get_liquidations' or 'get_positions_under_liquidation', leaving some ambiguity about what exactly is returned.

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 is provided on when to use this tool versus alternatives. Sibling tools exist that could overlap, but there is no mention of context, when not to use, or which tool is best for specific scenarios.

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

get_liquidationsC

Get user liquidation data

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size
end_tNoEnd timestamp
symbolNoOptional symbol filter
start_tNoStart timestamp

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are present, and the description does not disclose any behavioral traits such as data scope, pagination, authentication needs, or whether it returns historical or current data. This is insufficient for safe invocation.

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 a single concise sentence with no wasted words. It is appropriately sized for a simple retrieval tool, though it lacks front-loading of key context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 optional parameters, no output schema, and sibling tools with similar names, the description is incomplete. It fails to explain what 'liquidation data' includes or how this tool differs from related tools.

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?

All 5 parameters are documented in the schema with descriptions, achieving 100% coverage. The description adds no extra meaning beyond what is already in the schema, meeting the baseline for high coverage.

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 'Get user liquidation data' clearly states the action and resource. However, it does not differentiate from sibling tools like 'get_liquidated_positions' or 'get_positions_under_liquidation', which slightly reduces clarity in context.

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 is provided on when to use this tool versus alternatives such as 'get_liquidated_positions'. The description lacks any context about the intended use case or prerequisites.

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

get_order_by_client_idC

Get order by client order ID

ParametersJSON Schema
NameRequiredDescriptionDefault
client_order_idYesClient order ID to retrieve

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It only states the operation without any details on safety, return format, error handling, or side effects. For a read operation, it lacks transparency about potential outcomes.

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?

Description is one short sentence with no wasted words. While it is concise, it could benefit from a bit more structure, such as a brief note on usage. Still, it is efficient for a simple tool.

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 low complexity (one required parameter, no output schema, no annotations), the description is minimally viable. It states the core function but lacks details on return values, error cases, or how it differs from similar tools like 'get_order_by_id'. Adequate but with gaps.

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?

The input schema already describes the parameter 'client_order_id' with sufficient clarity. The description adds no additional meaning beyond what the schema provides. Since schema coverage is 100%, baseline score of 3 is appropriate.

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?

Description uses the verb 'Get' with a specific resource 'order' and a clear identifier 'client order ID'. It distinguishes from sibling tools like 'get_order_by_id' which uses internal ID. However, it could be more explicit about retrieval purpose.

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 vs alternatives like 'get_order_by_id' or 'cancel_order_by_client_id'. The description does not mention context such as when to prefer client ID vs internal ID.

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

get_order_by_idB

Get order by order ID

ParametersJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder ID to retrieve

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose behavioral traits like read-only nature, error responses (e.g., if order not found), or any side effects. The description is too sparse for a safe agent usage.

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?

Single short sentence with no fluff. Every word serves a purpose. Ideal for a simple tool.

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 no output schema, the description does not explain the return format. While the tool name implies returning order details, completeness is adequate but could be improved with output hints.

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% with the parameter description 'Order ID to retrieve'. The description adds no additional meaning beyond the schema, so baseline of 3 is appropriate.

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 'Get order by order ID' clearly states the action (get) and the resource (order), and specifies the unique identifier (order ID), which distinguishes it from siblings like get_order_by_client_id or get_orders.

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?

The description provides no guidance on when to use this tool versus alternatives such as get_order_by_client_id or get_orders. It lacks context for decision-making.

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

get_ordersC

Get orders with filtering options

ParametersJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag
pageNoPage number
sideNoFilter by side
sizeNoPage size
end_tNoEnd time filter
statusNoFilter by status
symbolNoFilter by symbol
start_tNoStart time filter
order_tagNoFilter by order tag
order_typeNoFilter by order type

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, and the description fails to disclose behavioral traits such as whether pagination is applied, default ordering, rate limits, or that the tool returns a list of orders. The term 'filtering options' implies some behavior but is insufficient.

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

Conciseness3/5

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

The description is very short (4 words) but not overly concise; it lacks structure and detail. While there is no wasted text, it is under-specified for a tool with 10 parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 10 parameters, no output schema, and no annotations, the description is incomplete. It does not explain the return format, pagination limits, or how filtering options interact. An agent would lack sufficient context for reliable use.

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 schema already documents all 10 parameters. The description adds no additional meaning beyond what is in the schema, warranting a baseline score of 3.

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

Purpose3/5

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

Description states 'Get orders with filtering options', which is a clear verb+resource but lacks specificity to distinguish from sibling tools like get_order_by_id or get_algo_orders. It does not clarify whether this returns a list or a single order, nor what the default behavior is.

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 such as get_order_by_id for a specific order or get_algo_orders for algorithmic orders. The description provides no context on prerequisites or exclusions.

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

get_pnl_settlement_historyC

Get PnL settlement history

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size
end_tNoEnd timestamp
symbolNoOptional symbol filter
start_tNoStart timestamp

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only says 'Get', implying read-only, but does not mention that it retrieves historical data, any required permissions, or potential side effects. The parameter names hint at filtering and pagination, but these are not explicitly described.

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 extremely concise at five words, with no unnecessary information. It is front-loaded and efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema, the description should explain what the tool returns. It does not specify the structure or fields of the settlement history, leaving the agent uncertain about the response format. The 5 optional parameters also benefit from more context on their usage.

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%, with each parameter having a brief description. The tool description adds no additional meaning to the parameters, such as relationships between start_t and end_t or pagination behavior, but the baseline is met.

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 states 'Get PnL settlement history', which is a clear verb+resource combination. However, it does not differentiate from sibling tools like get_funding_fee_history or get_position_history, leaving the agent to rely solely on the tool name for distinction.

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?

The description provides no guidance on when to use this tool versus alternatives such as get_settle_pnl_nonce or request_pnl_settlement. There are no exclusions or context for appropriate use.

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

get_position_by_symbolB

Get position for specific symbol

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesTrading symbol

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description must convey behavioral traits. It only states 'Get', implying a read operation, but lacks details on what happens if the symbol is invalid, auth requirements, or response format.

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?

Single sentence, no wasted words. However, could be slightly more informative without increasing length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is too minimal for a tool with no output schema and no annotations. It does not explain what the returned position object contains or any edge cases, leaving the agent underinformed.

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 coverage and no nested objects, the description adds no meaning beyond 'Trading symbol' in the schema. Baseline score of 3 is appropriate.

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 'Get position for specific symbol' uses a specific verb and resource, clearly distinguishing it from sibling tools like 'get_all_positions' and 'get_positions'.

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 such as 'get_positions' or 'get_all_positions'. The description does not mention context or exclusions.

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

get_position_historyC

Get position history

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit for results
symbolNoOptional symbol to filter

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states 'Get position history', implying a read operation, but does not describe the output format, pagination behavior, or whether it returns all history or filtered. This is insufficient for a tool with no output schema.

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?

At two words, the description is concise but overly minimal. It sacrifices informativeness for brevity, lacking any context or structure that helps the agent use the tool effectively.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, no annotations, and the tool's nature (history), the description should explain what is returned (e.g., historical positions with timestamps, pnl). It fails to do so, leaving the agent with incomplete understanding.

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?

The input schema has 100% parameter coverage (limit and symbol are both described). The description adds no additional meaning beyond the schema; it simply repeats the parameter names implicitly. Baseline 3 is appropriate as the schema already provides clarity.

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 'Get position history' clearly states the verb (Get) and resource (position history), distinguishing it from sibling tools like get_positions (current positions) and get_position_by_symbol (single current position). However, 'history' is vague and could imply historical trades or historical position values.

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 usage guidance is provided. The description does not specify when to use this tool versus alternatives like get_positions (for current positions) or get_all_positions. There is no mention of context, prerequisites, or exclusions.

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

get_positionsC

List open positions

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolNoOptional symbol to filter positions

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states 'list', implying read-only, but fails to disclose any behavioral traits such as account scope, pagination, or time relevance.

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

Conciseness3/5

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

The description is extremely concise with a single sentence, which is front-loaded. However, it lacks sufficient detail for a tool with multiple siblings, making it overly terse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool name and sibling context, the description is insufficient. It does not clarify what 'open positions' entails, whether it's for the current user, or any limitations, making it incomplete for an agent to use 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?

The input schema describes the single optional parameter 'symbol' with its purpose. Schema description coverage is 100%, so baseline is 3. The description adds no additional meaning beyond the schema.

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 'List open positions' uses a specific verb and resource, clearly indicating the tool's purpose. However, it does not differentiate from the sibling tool 'get_all_positions', which might cause confusion.

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 like 'get_position_by_symbol' or 'get_all_positions'. The description lacks any contextual hints.

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

get_positions_under_liquidationC

Get positions under liquidation (public)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
sizeNoPage size
end_tNoEnd timestamp
symbolNoOptional symbol filter
start_tNoStart timestamp

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are present, and the description only notes that it is public. It does not disclose pagination behavior, rate limits, data freshness, or whether results are sorted. The pagination parameters in the schema are not explained in the description.

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 very concise at one sentence, which is efficient, but it lacks necessary elaboration on usage and behavior. Given the minimal information, it could be expanded without sacrificing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 5 parameters, no output schema, and numerous siblings, the description is incomplete. It does not clarify what constitutes 'positions under liquidation', how it differs from similar tools, or what the response structure looks like.

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?

Input schema coverage is 100%, with each parameter having a basic description (e.g., 'Page number', 'Optional symbol filter'). The description adds no additional meaning beyond the schema, so baseline score of 3 is appropriate.

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

Purpose3/5

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

The description states 'Get positions under liquidation (public)' which clearly indicates the verb and resource, but it does not differentiate from the sibling tool 'get_liquidated_positions', which may have overlapping meaning.

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 is provided on when to use this tool versus alternatives like 'get_positions' or 'get_liquidated_positions', nor any context on prerequisites or filtering behavior.

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

get_settle_pnl_nonceB

Get settle PnL nonce

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3/5.0
Behavior2/5

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

No annotations provided. Description does not disclose behavioral traits such as whether it is read-only, what the nonce represents, or any side effects. It simply restates the name.

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?

Extremely concise, only 4 words. No unnecessary content. Could benefit from slightly more context but remains front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite zero parameters and no output schema, the description lacks explanation of what the nonce is used for (e.g., for signing settlement transactions). Leaves agent without essential context.

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

Parameters4/5

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

No parameters exist, so schema coverage is 100%. Description does not add parameter information, but none is needed. Baseline score for zero parameters.

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?

Description clearly states verb 'Get' and resource 'settle PnL nonce'. It distinguishes from siblings like 'get_pnl_settlement_history' and 'request_pnl_settlement' by the specific resource. However, it does not explicitly differentiate from other getters.

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 vs alternatives (e.g., when to call this before requesting settlement). No context on prerequisites or exclusions.

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

request_pnl_settlementB

Request PnL settlement with EIP-712 signature

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYesMessage object for EIP-712 signature
signatureYesEIP-712 signature
userAddressYesUser address
verifyingContractYesVerifying contract address

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description bears full burden for behavioral disclosure. It does not explain what happens upon success, whether the settlement is immediately applied, or any error conditions. The only behavior hinted is that a signature is required.

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 a single, concise sentence that front-loads key information. It is not verbose, but could benefit from additional details without becoming unwieldy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (nested object, EIP-712, multiple siblings) and lack of output schema, the description is insufficient. It omits expected return values, prerequisites, and integration steps with related tools like get_settle_pnl_nonce.

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 baseline is 3. The description adds minimal context beyond field names (e.g., 'EIP-712 signature', 'User address'), but does not explain their roles or constraints like signature format or address validity.

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 action ('Request PnL settlement') and the method ('with EIP-712 signature'). It uniquely identifies the tool's purpose among siblings like get_pnl_settlement_history and get_settle_pnl_nonce.

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. For example, it doesn't mention prerequisites such as obtaining a settlement nonce via get_settle_pnl_nonce, or when to use get_pnl_settlement_history for reviewing past settlements.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 38 tool updatesv1.0.1
    • First observedbatch_create_orders
    • First observedcancel_algo_order
    • First observedcancel_algo_order_by_client_id
    • First observedcancel_all_after
    • First observedcancel_all_pending_algo_orders
    • First observedcancel_all_pending_orders
    • First observedcancel_order
    • First observedcancel_order_by_client_id
    • First observedclaim_insurance_fund
    • First observedclaim_liquidated_positions
    • First observedcreate_algo_order
    • First observedcreate_internal_transfer
    • First observedcreate_order
    • First observedcreate_withdraw_request
    • First observededit_algo_order
    • First observededit_order
    • First observedget_account_info
    • First observedget_algo_order_by_client_id
    • First observedget_algo_order_by_id
    • First observedget_algo_orders
    • First observedget_all_positions
    • First observedget_asset_history
    • First observedget_funding_fee_history
    • First observedget_holdings
    • First observedget_insurance_fund
    • First observedget_internal_transfer_history
    • First observedget_liquidated_positions
    • First observedget_liquidations
    • First observedget_order_by_client_id
    • First observedget_order_by_id
    • First observedget_orders
    • First observedget_pnl_settlement_history
    • First observedget_position_by_symbol
    • First observedget_position_history
    • First observedget_positions
    • First observedget_positions_under_liquidation
    • First observedget_settle_pnl_nonce
    • First observedrequest_pnl_settlement

TDQS

C2.8/5.0

Scored across 38 tools

Disambiguation4/5

Most tools target distinct actions and resources, but `get_liquidated_positions` and `get_positions_under_liquidation` are very similar, causing potential confusion. Overall, the tool purposes are clear.

Naming Consistency5/5

All tools follow a consistent `verb_noun` pattern in snake_case, with minor variations like `batch_create_orders` and `create_withdraw_request` not breaking the overall predictability.

Tool Count2/5

With 38 tools, the count exceeds the recommended range for coherence. While each tool has a specific purpose, the sheer number can overwhelm agents, and several duplicate-like patterns (e.g., multiple cancel and get order tools) inflate the count.

Completeness4/5

The tool set covers the core lifecycle of orders (create, read, cancel, edit), positions (list, detail, history), transfers, withdrawals, liquidations, and PnL settlement. Minor gaps like missing deposit or trade history exist but are acceptable for the server's focus.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to perform cryptocurrency trading analysis and execution with 38+ tools including real-time market data, technical indicators, risk management, and support for both paper trading and live execution on Hyperliquid.
    7
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides a comprehensive suite of 20 tools for cryptocurrency trading and technical analysis across 100+ exchanges like Binance and MEXC via CCXT. It enables users to execute orders, track positions, and scan for market opportunities through Claude Desktop using natural language.
    20
    10 npm
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to securely trade on Hyperliquid perpetual exchange, including order placement, position management, market data retrieval, and vault operations via natural language.
    21
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Provides 32 trading analysis tools for AI-powered market analysis, including real-time data, technical indicators, options Greeks, scanners, and Interactive Brokers portfolio management, all accessible via natural language in Claude Desktop.
    35
    358
    MIT