Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-bexio

by AIWerk

list_currencies_codes

Read-onlyIdempotent

Get all currency codes supported by Bexio. Retrieve the complete set of currency identifiers needed for invoicing and accounting.

Instructions

Fetch all possible currency codes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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, establishing the safety profile. The description adds the 'all possible' scope, indicating an unbounded result set, but does not mention return format, pagination, or rate limits. For a parameterless read-only tool, this is acceptable but minimal.

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, front-loaded sentence with no unnecessary words. It uses a clear verb and direct object, making it highly scannable and efficient.

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

Completeness5/5

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

Given the tool's simplicity (no parameters, no output schema), the description is complete enough to convey its purpose and scope. It fully informs the agent that this is a read-only enumeration of all possible currency codes, sufficient for selecting it appropriately.

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

Parameters4/5

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

The tool accepts zero parameters, so the description does not need to explain any. The empty input schema is fully covered by the description's indication that it fetches all possible codes, meeting the baseline for no-parameter tools.

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 uses the specific verb 'Fetch' with the resource 'currency codes' and the scope 'all possible', clearly distinguishing it from sibling tools like list_currencies that likely return more detailed currency objects. It is immediately clear what this tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies a simple enumeration use case for retrieving all currency code values, but it does not explicitly state when to use this tool versus list_currencies or other currency-related tools. No alternatives or exclusions are mentioned, relying on the name and wording to convey intent.

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