Skip to main content
Glama
bunq

bunq Partner MCP

Official
by bunq

update_user_person

Update a provisioned user's personal information including name and date of birth.

Instructions

Updates personal information for a provisioned user: name and date of birth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesID of the provisioned user.
last_nameYesLast name.
first_nameYesFirst name.
middle_nameNoMiddle name (optional).
date_of_birthYesDate of birth in YYYY-MM-DD format.
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It only says 'Updates', implying mutation, but does not mention permissions, idempotency, side effects, or whether the user must already be provisioned. This is insufficient for a mutation tool.

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 concise sentence, front-loaded with the action and resource. No extraneous words, though it could briefly mention the optional middle_name parameter.

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 simplicity and no output schema, the description is mostly adequate. However, it lacks context on what 'provisioned' means, prerequisites, and what the response indicates. It covers the main parameters but falls short on broader context.

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 description adds little extra meaning. It names 'name and date of birth' covering 4 of 5 parameters but omits middle_name. It does not clarify optionality or format beyond what the schema provides, meeting the baseline of 3.

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 it updates personal information (name and date of birth) for a provisioned user, using a specific verb and resource. This distinguishes it from sibling tools like set_nationality or set_tax_resident.

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 guidance is given on when to use this tool versus alternatives (e.g., when to update vs. set_nationality). Prerequisites like user provisioning status are not mentioned, leaving the agent without context for correct invocation.

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