Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_salutation

Create a new salutation in Bexio by providing its name. Use this tool to add custom salutations for your contacts and documents.

Instructions

Create salutation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
Behavior2/5

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

Annotations already indicate this is a non-read-only, non-idempotent write operation, so the description does not contradict them. However, it adds no extra behavioral context, such as what the tool returns, whether it can overwrite existing records, or any side effects. The description solely repeats the basic action already evident from annotations.

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

Conciseness3/5

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

The description is extremely concise with no wasted words, earning some credit for efficiency. However, it is under-specified; it omits essential information like parameter meaning and return behavior, so the brevity is not effective structure.

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 simple CRUD create tool with one parameter and no output schema, the description should at least explain what a salutation is and what the 'name' parameter represents. It does neither, leaving the agent without enough context to correctly invoke the tool. The lack of output schema also means the description should mention return value, which it does not.

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?

With 0% schema description coverage, the description must compensate by explaining the 'name' parameter, but it mentions no parameters at all. The single required parameter 'name' remains completely undocumented in both the schema and the description, leaving the agent without guidance on what value to provide.

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 ('Create') and the resource ('salutation'), making the purpose immediately understandable. However, it does not explicitly distinguish itself from sibling CRUD tools like update_salutation or delete_salutation beyond the verb, so it misses the full distinction criteria.

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. The verb 'Create' implies usage for adding a new salutation, but there is no mention of prerequisites, alternatives, or context where this is the appropriate choice.

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