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
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Create a new salutation in Bexio by providing its name. Use this tool to add custom salutations for your contacts and documents.
Create salutation
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
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.
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.
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.
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.
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.
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.
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