Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_contact_relation

Create a relation between two contacts in Bexio by providing their contact IDs and an optional description.

Instructions

Create contact relation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contact_idYesReferences a [contact object](#operation/v2ListContacts)
descriptionNo
contact_sub_idYesReferences a [contact object](#operation/v2ListContacts)
Behavior2/5

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

The description adds no behavioral context beyond the annotations; it only confirms a write operation, which is already indicated by readOnlyHint=false. It does not disclose the effect of creating a relation, validation rules, or side effects.

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 but under-specified; it is a single tautological phrase that fails to convey useful information.

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?

For a tool with three parameters and no output schema, the description is grossly inadequate, offering no context, no usage guidance, and no behavioral detail.

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?

The description does not explain the parameters. Schema covers 67% (two of three params have descriptions referencing a contact object), but the description adds nothing about how contact_id and contact_sub_id relate, or what the description field means.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create contact relation' is a tautology, restating the tool name without elaborating on what a contact relation is or how it differs from other operations. It offers no distinction from sibling tools like update_contact_relation or delete_contact_relation.

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?

There is no guidance on when to use this tool, no prerequisites, and no mention of alternatives. The description lacks context about when a contact relation should be created or how it differs from similar operations.

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