Skip to main content
Glama
erp-mafia

Fortnox MCP Server

by erp-mafia

List Fortnox Voucher Series

fortnox_list_voucher_series
Read-onlyIdempotent

List voucher series in Fortnox to view available categories, codes, descriptions, and manual entry permissions. Use this to understand how vouchers are organized.

Instructions

List available voucher series in Fortnox.

Voucher series are used to categorize vouchers (e.g., 'A' for manual entries, 'B' for bank, etc.).

Args:

  • response_format ('markdown' | 'json'): Output format

Returns: List of voucher series with code, description, and whether manual entries are allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
response_formatNoOutput format: 'markdown' or 'json'markdown
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is clear. The description adds value by specifying the return fields (code, description, manual entries allowed) and the domain purpose, which goes beyond the annotations.

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

Conciseness4/5

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

The description is well-structured with a one-line summary, a contextual note, and clear Args/Returns sections. It is concise but includes a slight redundancy by re-stating the parameter description already present in the schema.

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 no output schema, the description is adequately complete: it states what it returns and explains the domain. It does not mention pagination or whether all series are returned, but given openWorldHint and the likely small set, this is a minor gap.

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?

Schema coverage is 100% for the single parameter response_format, including enum and default. The description merely repeats the schema's explanation ('Output format: markdown or json'), adding no new semantic detail beyond what the schema provides.

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 states 'List available voucher series in Fortnox' with a clear verb and resource. It distinguishes from siblings like fortnox_list_vouchers by focusing on voucher series, and adds explanatory context about their purpose.

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 usage by explaining that voucher series categorize vouchers, but it does not explicitly state when to use this tool versus alternatives or provide exclusions. No sibling tool is named as an alternative.

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/erp-mafia/fortnox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server