Skip to main content
Glama
tradeparadex

Paradex MCP Server

by tradeparadex

Account Summary

paradex_account_summary
Read-onlyIdempotent

Get a snapshot of your account's current financial status and trading capacity. Check balances, margin utilization, account health, and P&L.

Instructions

Get a snapshot of your account's current financial status and trading capacity.

Use this tool when you need to:
- Check your current available and total balance
- Understand your margin utilization and remaining trading capacity
- Verify your account health and distance from liquidation
- Get an overview of realized and unrealized P&L

This provides the essential financial information needed to make informed
trading decisions and manage risk appropriately.

Example use cases:
- Checking available balance before placing new orders
- Monitoring account health during volatile market conditions
- Assessing realized and unrealized P&L for performance tracking
- Verifying margin requirements and utilization

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoUser's starknet account
account_valueNoCurrent account value [with unrealized P&Ls]
free_collateralNoFree collateral available (Account value in excess of Initial Margin required)
initial_margin_requirementNoAmount required to open trade for the existing positions
maintenance_margin_requirementNoAmount required to maintain exisiting positions
margin_cushionNoAcc value in excess of maintenance margin required
seq_noNoUnique increasing number (non-sequential) that is assigned to this account update. Can be used to deduplicate multiple feeds
settlement_assetNoSettlement asset for the account
statusNoStatus of the acc - like ACTIVE, LIQUIDATION
total_collateralNoUser's total collateral
updated_atNoAccount last updated time
Behavior4/5

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

Annotations declare readOnlyHint and idempotentHint, confirming safe, non-destructive behavior. Description adds context that it's a snapshot, no 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?

Well-structured with bullet points, front-loaded main purpose, efficient sentences with no waste.

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?

With no parameters and output schema present, description adequately covers all needed context for a summary tool. No gaps.

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, so baseline is 4. Description adds meaning by explaining the tool returns financial status and trading capacity, enhancing understanding beyond schema.

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 tool retrieves an account snapshot of financial status and trading capacity. It lists specific uses like checking balance, margin utilization, health, and P&L, distinguishing it from siblings like account_balance (specific balance) and account_overview (broader).

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?

Explicitly lists when to use (check balance, understand margin, verify health, get P&L) and gives example use cases. Lacks explicit when-not-to-use but context is clear.

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