Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

create_task

Create a new task in Bexio by specifying the assigned user and subject, with optional details for scheduling, priority, and reminders.

Instructions

Create task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
infoNo
subjectYes
user_idYesReferences a [user object](#operation/v3ListUsers)
entry_idNo
module_idNo
contact_idNoReferences a [contact object](#operation/v2ListContacts)
finish_dateNo
have_rememberNo
pr_project_idNoReferences a [project object](#operation/v2ListProjects)
sub_contact_idNoReferences a [contact object](#operation/v2ListContacts)
todo_status_idNo
remember_time_idNoIs required if `have_remember` is set to true.
remember_type_idNoIs required if `have_remember` is set to true.
todo_priority_idNo
communication_kind_idNo
Behavior2/5

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

Annotations already indicate that this is a write operation (readOnlyHint=false) and not destructive (destructiveHint=false), but the description adds no behavioral context beyond the name itself. No information about permissions, required relationships, or side effects is provided.

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?

While 'Create task' is concise to the point of being minimal, it is under-specified rather than appropriately concise. It provides no value beyond the tool name and does not earn its place.

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?

For a create operation with 15 parameters, no output schema, and no explanation of return values or relationships to other entities, this description is severely inadequate. It lacks any contextual information that would help an agent invoke the tool correctly.

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 schema has 15 parameters with only 40% description coverage, and the description 'Create task' does not clarify any parameter meanings. It fails to compensate for the gaps in schema descriptions, leaving agents to guess at most fields.

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 task' merely restates the tool name and title, providing no differentiation from sibling tools like update_task, delete_task, or list_tasks. It is a tautology rather than a meaningful purpose statement.

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 gives no guidance on when to use this tool versus alternatives. It does not mention prerequisites, expected context, or exclusions such as when to use update_task instead.

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