Skip to main content
Glama
bunq

bunq Partner MCP

Official
by bunq

create_payment

Initiate a payment from a specified monetary account to a counterparty IBAN. Supports internal transfers for non-PSD2 users and requires a description of up to 140 characters.

Instructions

Creates a payment from a monetary account. For provisioned users without PSD2 access, only internal transfers between Eva and the partner are allowed. Description is limited to 140 characters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount as decimal string (e.g. '10.00').
user_idYesSending user's ID.
currencyNoISO-4217 currency code.EUR
account_idYesSource monetary account ID.
descriptionYesPayment description (max 140 chars).
counterparty_ibanYesRecipient IBAN.
counterparty_nameNoRecipient name.
merchant_referenceNoOptional merchant reference for tracking (max 35 chars).
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It mentions the payment creation and an internal transfer restriction, but fails to disclose other important behaviors such as return values, success indicators, authorization requirements, or whether the operation is destructive.

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 well-structured sentences with no wasted words. The first sentence states the core action, and the second adds an important usage condition. Front-loads the main purpose.

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 the absence of annotations and output schema, the description covers some context (internal transfer restriction, char limit) but leaves gaps about expected outcomes, error conditions, and process details for an 8-parameter 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%, so the baseline is 3. The description adds value by noting the 140-character limit for the description parameter, but does not enrich understanding of other parameters beyond the schema.

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?

Clearly states it creates a payment from a monetary account, and adds a specific restriction about provisioned users without PSD2 access. This helps distinguish it from sibling tools like list_payments or create_bank_account.

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?

Provides a specific condition for when internal transfers are allowed (provisioned users without PSD2), giving some usage context. However, it does not explicitly state when not to use the tool or suggest alternatives.

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/bunq/partner-mcp'

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