Skip to main content
Glama
tradeparadex

Paradex MCP Server

by tradeparadex

Account Balances

paradex_account_balance
Read-onlyIdempotent

Check token balances for your account including USDC and DIME holdings. Verify available funds before depositing or withdrawing.

Instructions

Get token balances for your account (e.g. USDC, DIME).

Use this tool when you need to:
- Check how much of each token you hold
- Verify available USDC balance before depositing or withdrawing
- See all token denominations in your account

Example use cases:
- Checking USDC balance before a deposit/withdrawal
- Viewing DIME or other token holdings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already provide readOnlyHint and idempotentHint, indicating safe reading. The description adds no additional behavioral traits beyond the obvious (getting balances). For a zero-parameter readonly tool, this is adequate but does not go beyond what annotations cover.

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 highly concise: a single introductory sentence followed by clear bullet points for usage. Every sentence is purposeful and front-loaded with the main action.

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 an existing output schema, the description fully covers what the tool does and when to use it. It is complete for a simple balance-checking tool.

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 0 parameters (schema coverage 100%), so no parameter documentation is needed. The description adds context by mentioning token types (USDC, DIME), which helps the agent understand the output. Baseline for zero params is 4.

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 explicitly states 'Get token balances for your account' with specific examples like USDC and DIME. It distinguishes from sibling tools like account_overview or account_summary by focusing specifically on balances.

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 clearly lists when to use this tool with bullet points (check holdings, verify USDC before deposit/withdrawal, see all denominations). It provides example use cases but does not explicitly mention when not to use or alternative tools. The context is clear enough for the agent.

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