Skip to main content
Glama
tradeparadex

Paradex MCP Server

by tradeparadex

Account Transactions

paradex_account_transactions
Read-onlyIdempotent

Retrieve account transaction history with filters for type and time range to reconcile activity, audit trades, track deposits and withdrawals, and analyze funding payments.

Instructions

Get account transaction history.

Retrieves a filtered history of account transactions, including deposits,
withdrawals, trades, funding payments, and other account activities.
Use transaction_type and time filters to limit the results and avoid
overwhelming the client.

This tool is valuable for:
- Reconciliation of account activity
- Auditing trading history
- Tracking deposits and withdrawals
- Analyzing funding payments over time

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transaction_typeNoFilter by transaction type.
start_unix_msYesStart time in unix milliseconds.
end_unix_msYesEnd time in unix milliseconds.
limitNoMaximum number of transactions to return.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. Description adds value by specifying the scope (all account activities) and the filtering mechanism, which aids understanding without contradicting annotations.

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?

Concise and front-loaded: purpose first, then details, then use cases. No filler sentences; each sentence contributes essential information.

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?

With an output schema present, return values are covered. The description adequately covers purpose, filtering guidance, and use cases. Could mention pagination via the limit parameter, but not critical.

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?

Schema covers all parameters with descriptions. The description reinforces the importance of filters to limit results, adding practical context beyond the schema's terse descriptions.

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

Purpose5/5

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

Clearly states 'Get account transaction history' and enumerates specific activity types (deposits, withdrawals, trades, funding payments), distinguishing it from sibling tools like paradex_account_fills (fills only) and paradex_account_funding_payments (funding only).

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?

Advises using transaction_type and time filters to avoid overwhelming the client, and lists concrete use cases (reconciliation, auditing, tracking, analyzing). Could explicitly contrast with dedicated sibling tools, but context is sufficient.

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/tradeparadex/mcp-paradex-py'

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