Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

update_note

Edit a note in Bexio by providing the note ID, user ID, event start, and subject to modify its details.

Instructions

Edit a note

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
infoNo
note_idYesthe id of the note
subjectYes
user_idYesReferences a [user object](#operation/v3ListUsers)
entry_idNo
module_idNo
contact_idNoReferences a [contact object](#operation/v2ListContacts)
event_startYes
pr_project_idNoReferences a [project object](#operation/v2ListProjects)
Behavior2/5

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

Annotations already convey readOnlyHint=false and destructiveHint=false. The description adds no additional behavioral context such as partial update semantics, permission requirements, or side effects. It merely restates the action implied by the tool name.

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 being short is not the same as being concise. 'Edit a note' is under-specified and does not earn its place as a helpful description. It provides no structure or meaningful content beyond the tool name.

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?

Given the tool's complexity (9 parameters, update operation, no output schema), the description is wholly inadequate. It does not explain what 'edit' entails, which fields are eligible, or any constraints. The agent cannot correctly invoke this tool based on the description alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 44%, and the description provides no information about any parameters. The description does not compensate for the low schema coverage, leaving agents without adequate understanding of what the parameters mean or how they should be used.

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 action (edit) and the resource (note). It does not, however, distinguish this tool from sibling tools like create_note or delete_note beyond the verb.

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 such as create_note or delete_note. The description only says 'Edit a note' without any context or exclusions.

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