Skip to main content
Glama
bunq

bunq Partner MCP

Official
by bunq

create_provision

Provisions a new user under a partner account, initiating the full onboarding flow and returning a provision ID to track progress through statuses until active.

Instructions

Provisions a new UserPerson under the partner account. Kicks off the full onboarding flow. Returns a provision_id to monitor progress via get_provision. The provision goes through sub-statuses: PENDING_PROCESS_USER → PENDING_PROCESS_RELATION_USER → PENDING_PROCESS_OAUTH_REQUEST → PENDING_PROCESS_USER_ONBOARDING. When ACTIVE, a credential.token_value is returned — this is Eva's API key. It expires in 1h (sandbox) / 4h (production): create a session immediately with create_user_session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesVerified email address of the user.
productsNoProducts to provision. Defaults to ['USER_VERIFIED'].
phone_numberYesVerified phone number of the user (e.g. +31612345678).
external_uuidYesYour unique UUID for this user (for deduplication). Must be a valid UUID.
user_verified_typeNoType of user to provision. Defaults to PARTNER_USER_PERSON.PARTNER_USER_PERSON
Behavior4/5

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

With no annotations, the description fully explains the provisioning flow, including sub-statuses and token expiration. It implies a write operation and need for session creation, though permissions or prerequisites are not mentioned.

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 a single paragraph containing multiple details. It is clear and front-loaded but could be more structured (e.g., using bullets for sub-statuses). Nonetheless, each sentence adds value.

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

Completeness4/5

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

Given no output schema, the description covers return value (provision_id), sub-statuses, and token details. Error handling or idempotency is missing, but for a provisioning tool it is fairly complete.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining how parameters relate to the overall flow (e.g., token expiry after provisioning), beyond the schema descriptions.

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 clearly states that the tool 'Provisions a new UserPerson' and returns a provision_id for monitoring. It distinguishes from siblings like get_provision and close_provision by specifying its role in the onboarding flow.

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 gives clear context: use to provision a user, then immediately create a session with create_user_session. It also mentions monitoring via get_provision but does not explicitly exclude alternative scenarios (e.g., provisioning a company).

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