Skip to main content
Glama
bitpanda-labs

Bitpanda Developer API MCP Server

Official

list_wallets

Read-only

Retrieve your Bitpanda wallet balances. Filter by non-zero balances or specific asset UUID to view targeted portfolio holdings.

Instructions

List your Bitpanda asset wallet balances.

Set non_zero=true to hide wallets with a zero balance. Use asset_id to filter by asset UUID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
non_zeroNo
asset_idNo
page_sizeNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, indicating safe, consistent data. The description adds context about filtering options but does not contradict annotations. It does not mention pagination behavior, but given annotations, this is acceptable.

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?

Two sentences: first states purpose, second explains two key parameters. No wasted words, but could be more structured (e.g., listing all parameters).

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

Completeness3/5

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

Given output schema exists, return format is covered. However, pagination parameters (page_size, limit) are not mentioned in the description, which is a gap for effective use. The description is adequate for basic use but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 4 parameters with 0% description coverage. The description explains non_zero and asset_id but omits page_size and limit. This leaves a significant gap for agents to understand how to control pagination.

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

Purpose4/5

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

The description clearly states the tool lists wallet balances for Bitpanda. The verb 'list' and resource 'asset wallet balances' are specific. However, it does not explicitly differentiate from siblings like list_transactions or list_trades, leaving potential ambiguity.

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

Usage Guidelines3/5

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

The description explains when to use non_zero and asset_id parameters. However, there is no guidance on when to use this tool versus alternatives (e.g., get_portfolio for portfolio summary, list_trades for trade history).

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/bitpanda-labs/bitpanda-mcp'

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