Skip to main content
Glama
tradeparadex

Paradex MCP Server

by tradeparadex

Account Overview

paradex_account_overview
Read-onlyIdempotent

Get a complete account snapshot including margin health, token balances, open positions, fee rates, and margin methodology in a single API call.

Instructions

Get a complete snapshot of your account: margin health, token balances,
open positions, fee rates, and margin methodology in a single call.

Use this instead of calling paradex_account_summary, paradex_account_balance,
and paradex_account_positions separately.

Returns:
- summary: account value, free collateral, margin requirements, health status
- balances: token balances (USDC, DIME, etc.)
- positions: all open positions with P&L and liquidation prices
- info: account fees (maker/taker rates for all product types), account kind,
  and isolation mode if applicable
- margin: margin methodology (cross_margin or portfolio_margin) and per-market
  leverage/margin-type configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
balancesYes
positionsYes
infoNoAccount fees, kind, and isolation mode.
marginNoMargin methodology and per-market leverage config.
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is clear. The description adds value by detailing the five return sections (summary, balances, positions, info, margin), giving the agent a concrete picture of what to expect beyond the 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?

Extremely concise: one introductory sentence, one usage directive, and a bulleted list of return sections. Every sentence earns its place, and the structure is highly scannable.

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

Completeness5/5

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

Given there is an output schema (not shown but referenced in context signals), the description need not explain return values beyond listing the sections. It also clarifies that this tool consolidates multiple sibling calls, which is key context. Fully complete.

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?

Input schema has zero parameters, so no additional meaning is needed. Baseline is 4. The description does not need to explain parameters.

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 it provides a 'complete snapshot' of account details, listing specific categories (margin health, balances, positions, fees, margin methodology). Explicitly differentiates from sibling tools like paradex_account_summary, paradex_account_balance, and paradex_account_positions by positioning itself as a consolidated alternative.

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

Usage Guidelines5/5

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

Directly advises 'Use this instead of calling paradex_account_summary, paradex_account_balance, and paradex_account_positions separately', providing explicit when-to-use guidance. No when-not-to is needed given it is a comprehensive read-only endpoint.

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