Skip to main content
Glama
yosle

TropiPay MCP Server

by yosle

list_deposit_accounts

Retrieve all deposit accounts (beneficiaries) with details like account number, currency, and status, covering both internal Tropipay accounts and external bank/crypto wallets.

Instructions

Get list of deposit accounts (a.k.a beneficiaries).

šŸ’” Tip: deposit accounts are also refered as beneficiaries can be internal (other Tropipay accounts) or external (bank accounts, external cripto wallets)

šŸ“‹ Response Structure:

  • `Array of depositaccounts objects:

  • id: Unique deposit account identifier

  • accountNumber: IBAN for external bank accounts, wallet address for external crypto accounts, email of user for internal beneficiaries)

  • alias: if not null, User-friendly account name/alias set by user

  • currency: Account currency

  • type: Account type (9=Tropipay account, 12=Crypto wallet, 7=Other, 8=BANDEC card, 4= BPA card, 3=BANMET card)

  • state: Account status (0=Active, 1=Inactive, 2=Deleted)

  • countrydestination: Object with info about the country where the account is registered,slug, name etc

  • userRelationTypeId: Type of relation with the user (0=myself, 3=commercial)

  • createdAt/updatedAt: Account creation and modification timestamps

  • firstName: First name of the beneficiary with the account

  • lastName: Last name of the beneficiary with the account

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries full burden. It provides a detailed response structure and clarifies that accounts can be internal or external, but does not explicitly state whether the operation is read-only, requires authentication, or has any side effects. The 'Get list' verb implies safety, but transparency is limited.

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?

The description is well-structured with a clear summary, a helpful tip, and a bulleted response structure. It is longer than minimal but each section adds value given there is no output schema.

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?

Despite having no output schema, the description fully compensates by providing a comprehensive response structure with all field meanings and types. It also explains the internal/external distinction, making it complete for a list operation.

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 tool has zero parameters, so schema coverage is 100%. The description does not need to explain parameters, and the baseline for 0 params is 4.

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 'Get list of deposit accounts (a.k.a beneficiaries)' with a specific verb and resource. It distinguishes from siblings by focusing on deposit accounts/beneficiaries, but does not explicitly contrast with similar sibling tools like get_accounts_list.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. It provides a tip about terminology but does not mention when to choose this over list_paymentcards or get_accounts_list, nor any exclusions.

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/yosle/tropipay-mcp-server'

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