Skip to main content
Glama
tradeparadex

Paradex MCP Server

by tradeparadex

Account Keys & Tokens

paradex_account_keys
Read-onlyIdempotent

List all registered subkeys and API tokens for your Paradex account to audit credentials, verify key setup, and check token expiry dates.

Instructions

List all credentials registered for this account: Paradex subkeys and API tokens.

Use this tool when you need to:
- Audit which subkeys and API tokens have access to the account
- Verify that a generated subkey was successfully registered on Paradex
- Check token expiry dates or identify revoked tokens
- Confirm key setup before starting agent trading

Returns:
- subkeys: Paradex keypairs registered for on-chain signing (e.g. agent keys)
- tokens: JWT / API key tokens for REST API access

Example use cases:
- After registering a subkey, list keys to confirm it appears as active
- Reviewing active tokens to identify any that are near expiry
- Verifying agent credential setup during onboarding

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_revokedNoInclude revoked subkeys in results.
with_invalid_tokensNoInclude expired or revoked API tokens.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
subkeysYesParadex subkeys used for on-chain signing.
tokensYesAPI tokens (JWTs / API keys) for REST access.
Behavior3/5

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

Annotations already provide readOnlyHint=true and idempotentHint=true, establishing safety. Description adds context about listing credentials and return types but does not disclose additional behavioral traits beyond what annotations convey. Adequate but not exceptional.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is front-loaded with purpose and uses bullet points and examples. It is reasonably concise, though some redundancy exists (e.g., repeated 'subkeys and API tokens'). Overall efficient and well-structured.

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 the tool's simplicity (list with two optional boolean params) and presence of output schema, the description is complete. It covers purpose, usage guidelines, and examples. No additional context is necessary for an agent to correctly invoke this tool.

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 both parameters described clearly in the input schema. The description mentions checking token expiry and revoked tokens, which hints at the parameters but adds no new meaning beyond their schema descriptions. Baseline 3 is appropriate.

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?

Description clearly states 'List all credentials registered for this account: Paradex subkeys and API tokens.' It uses specific verb+resource and distinguishes from siblings like paradex_generate_subkey (which generates keys) and paradex_account_overview (broader account info).

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: audit, verify registration, check expiry, confirm setup. It provides clear context and example use cases. However, it does not explicitly state when not to use or list alternatives, though the sibling tools provide implicit differentiation.

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