Skip to main content
Glama
mydata-ag

bexio-mcp

Official
by mydata-ag

bexio Additional Addresses

bexio_additional_addresses
Destructive

Create, list, search, update, and delete additional addresses (e.g., delivery addresses) for a contact using contact ID.

Instructions

Manage additional addresses of a contact (e.g. delivery addresses). Every action requires contact_id (the parent contact). Actions: "list" (contact_id; optional limit/offset/order_by [id|name|postcode|country_id, append "_desc"]), "search" (contact_id + search_criteria; useful searchable fields: name, postcode, city, country_id), "get" (contact_id + id), "create" (contact_id + payload; provide at least name), "update" (contact_id + id + payload of fields to change), "delete" (contact_id + id — destructive, cannot be undone).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAdditional address id (required for get/update/delete)
limitNoMaximum number of results (default 500, max 2000)
actionYesOperation to perform
offsetNoNumber of results to skip (pagination)
payloadNoAdditional address fields. Provide at least name on create. The legacy combined "address" field is deprecated (read-only); use street_name/house_number/address_addition.
order_byNoField to order by; append "_desc" for descending (e.g. "id_desc")
contact_idYesId of the parent contact (required for every action)
search_criteriaNoSearch conditions, combined with logical AND
Behavior4/5

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

Description discloses that delete is 'destructive, cannot be undone', which aligns with the destructiveHint annotation (true). It also specifies that create requires at least the name field. No contradictions with annotations.

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?

Description is a single coherent paragraph that front-loads the main purpose and uses semicolons to separate action details. It is concise and without filler, though formatting could be more structured with bullet points.

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?

Covers all actions, required parameters, and constraints (e.g., limit/offset for list, search fields). Lacks examples of payload or return values, but output schema is absent. Adequate for a multi-action CRUD 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 covers all 8 parameters with descriptions (100% coverage). The description adds some context by summarizing actions and listing searchable fields, but does not significantly enhance understanding beyond the schema.

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?

Description clearly states it manages additional addresses of a contact, enumerates six specific actions with their required parameters, and differentiates from sibling tools (e.g., bexio_contacts) by focusing on a specific sub-resource.

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?

Description provides clear context by listing each action's prerequisites (e.g., contact_id required for all actions) and mentions searchable fields for the search action. However, it does not explicitly state when not to use this 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/mydata-ag/bexio-mcp'

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