Skip to main content
Glama

ccxt_private_write

Destructive

Perform authenticated private CCXT writes: place or cancel orders, set leverage, transfer, and withdraw using a configured named account.

Instructions

Invoke an authenticated mutating CCXT method using a configured named account. This covers order placement, cancellation, leverage, transfers, withdrawals, and private implicit write endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoPositional arguments for the target CCXT method, in the same order that CCXT expects them
methodYesCCXT method name to invoke, including unified methods like 'fetchTicker' or implicit methods like 'publicGetTicker'
paramsNoOptional CCXT params object passed as the final argument when the target method accepts exchange-specific overrides
accountYesConfigured CCXT account name from the JSON file referenced by CCXT_CONFIG_PATH
loadMarketsNoWhether to call loadMarkets before invocation when market metadata is needed (default: true)
reloadMarketsNoWhether to force a fresh market reload instead of reusing cached exchange metadata (default: false)
Behavior3/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, so the description's 'mutating' aligns. It adds context about using a configured account and coverage of private write endpoints, but doesn't disclose additional behavioral traits like irreversibility of specific operations or error handling. This exceeds the annotation baseline slightly, but not substantially.

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?

Two sentences with no filler. The first sentence states the core action, the second adds scope. Every word contributes to the agent's understanding.

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?

The tool is a generic wrapper with no output schema, so description must convey scope. It covers main use cases but doesn't mention that returns vary by method or that some methods might require additional setup like loadMarkets (though that is in schema). The coverage list provides reasonable completeness for a wrapper of this type.

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 each parameter already described. The description doesn't add meaning beyond the schema; it mentions general categories but doesn't elaborate on how args/params map to specific CCXT methods beyond what schema descriptions already state.

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

Purpose5/5

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

The description uses a specific verb ('Invoke') and resource ('authenticated mutating CCXT method') and clearly distinguishes from siblings like ccxt_private_read and ccxt_public_call by specifying 'write' and listing mutating operations.

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

Usage Guidelines4/5

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

The description implies usage for authenticated mutating operations and lists covered categories (orders, cancellations, leverage, transfers, withdrawals). It doesn't explicitly name alternative tools for read-only or public calls, but the 'mutating' qualifier provides clear context for when this tool is appropriate.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Apegurus/web3agent'

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