Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

update_contact

Modify an existing Bexio contact. Provide the contact ID and required fields to update company or person details, including addresses, phones, emails, and categorization.

Instructions

Edit a contact

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nrNoIf set to null, the number will be assigned automatically. Must be a number, can also be used as integer
faxNo
urlNo
cityNo
mailNo
name_1YesThis field is used as the company name if the field `contact_type_id` is set to `1`. Otherwise, the field is used as the last name of the person
name_2NoThis field is used as the company addition if the field `contact_type_id` is set to `1`. Otherwise, the field is used as the first name of the person
remarksNo
user_idYesReferences a [user object](#operation/v3ListUsers)
birthdayNo
owner_idYes
postcodeNo
title_idNoReferences a [title object](#operation/v2ListTitles)
contact_idYesthe id of the contact
country_idNoReferences a [country object](#operation/v2ListCountries)
skype_nameNo
language_idNoReferences a [language object](#operation/v2ListLanguages)
mail_secondNo
phone_fixedNo
street_nameNoIs required if `house_number` or `address_addition` are not **NULL**
house_numberNoRequires `street_name` if the value is not **NULL**
phone_mobileNo
salutation_idNoReferences a [salutation object](#operation/v2ListSalutations)
contact_type_idYesPlease use the value `1` for companies or `2` for persons
salutation_formNo
address_additionNoRequires `street_name` if the value is not **NULL**
contact_group_idsNoReferences one ore multiple [contact group objects](#operation/v2ListContactGroups)
contact_branch_idsNoReferences one ore multiple [contact sector objects](#operation/v2ListContactSectors)
phone_fixed_secondNo
Behavior2/5

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

The description adds no behavioral context beyond the annotations. Annotations already indicate a mutating, non-idempotent operation (readOnlyHint=false, idempotentHint=false), but the description does not disclose whether the update is partial or full-replacement, what happens to omitted fields, or any side effects. It fails to leverage the annotation context to provide useful behavioral specifics.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely short (three words), but this is under-specification rather than efficient conciseness. For a tool with 29 parameters and no output schema, the description should provide at least a sentence or two of context. It does not earn its place as a helpful summary.

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

Completeness1/5

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

The tool is highly complex (29 parameters, 5 required, no output schema), yet the description offers no information about return values, update semantics, error conditions, or interaction with the required fields. It is completely inadequate for an agent to understand the full scope of the operation.

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?

With schema description coverage at 52%, the description does not compensate for the gap in parameter documentation. It provides no information about how parameters relate to the edit operation, which fields are commonly updated, or what the required fields represent beyond their schema descriptions. The description adds zero value to parameter understanding.

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's action ('Edit') and resource ('a contact'), making the primary purpose unambiguous. It distinguishes from sibling tools that target other resources (e.g., update_contact_group, update_contact_relation), though it does not add any detail about the specific contact attributes or behavior.

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 provided on when to use this tool compared to alternatives like create_contact, delete_contact, search_contacts, or update_contact_group. There is no mention of prerequisites, required fields, or typical scenarios, leaving the agent without contextual direction.

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/AIWerk/mcp-server-bexio'

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