Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

list_business_years

Read-onlyIdempotent

Fetch a list of business years from Bexio to identify available accounting periods for reporting and analysis.

Instructions

Fetch a list of business years

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoLimit the number of results (max is 2000)
offsetNoSkip over a number of elements by specifying an offset value for the query
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds no extra behavioral context such as pagination behavior, open-world semantics, or response format, but it does not contradict any annotations.

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

Conciseness5/5

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

The description is a single sentence of six words, immediately stating the action and resource. It contains no fluff or redundant information, making it highly efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list tool with two optional parameters and read-only annotations, the description provides a sufficient minimal description. It could optionally mention that it returns all business years or that pagination is supported, but the schema already covers this. The description is complete enough for an agent to understand the tool's function.

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

Parameters3/5

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

The schema documents both 'limit' and 'offset' with complete descriptions, giving 100% schema description coverage. The tool description does not mention parameters, which is acceptable since the schema fully covers them. Baseline 3 is appropriate.

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

Purpose5/5

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

The description 'Fetch a list of business years' uses a specific verb ('fetch') and resource ('business years'), clearly distinguishing it from sibling tools like 'get_business_year' (singular) and 'list_calendar_years' (different resource). It directly states the operation and object, making the purpose unambiguous.

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 provides no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or related tools such as 'get_business_year' or 'search_calendar_years'. There is no context about use cases or limitations.

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