Skip to main content
Glama
valmiremini

bexio-mcp

by valmiremini

Create a contact

bexio_create_contact

Creates a bexio contact. Specify type (company or person) and required name fields. Optionally add email, phone, address, and custom fields.

Instructions

Create a contact in bexio (POST /2.0/contact). contact_type_id 1 = company, 2 = person. For a person, set name_1 = last name and name_2 = first name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
mailNo
extraNoAny additional bexio contact fields to merge into the payload.
name_1YesCompany name, or last name for a person.
name_2NoFirst name for a person.
addressNo
user_idNoOwner user id (required by some bexio accounts).
postcodeNo
country_idNobexio country id (1 = Switzerland).
phone_fixedNo
phone_mobileNo
contact_type_idYes1 = company, 2 = person.
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It explains the basic creation action and parameter mapping but lacks details on side effects, permissions, error behavior, or return value. The description is minimal for a create operation.

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

Conciseness5/5

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

The description is two sentences, front-loads the main action, and contains no fluff. Every sentence adds value.

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

Completeness2/5

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

Given 12 parameters, a nested object, and no output schema, the description fails to cover key aspects like the extra object, address fields, or return value. It is incomplete for a complex 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 description coverage is 50%. The description adds meaning for contact_type_id (1=company, 2=person) and clarifies name_1/name_2 for person vs company, which goes beyond the schema. However, it does not cover many other parameters.

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 the tool creates a contact in bexio, with the HTTP endpoint. It distinguishes from sibling tools (which are read/list/search), so there is no confusion.

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?

The description provides specific parameter usage (contact_type_id mapping and name fields for person vs company), but it does not explicitly state when to use this tool vs alternatives or when not to use it. No mention of prerequisites or context.

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

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