Skip to main content
Glama
erp-mafia

Fortnox MCP Server

by erp-mafia

Get Fortnox Account

fortnox_get_account
Read-onlyIdempotent

Retrieve a Fortnox account's description, VAT settings, and balances by providing its account number. Choose markdown or JSON output.

Instructions

Retrieve detailed information about a specific account.

Args:

  • account_number (number): The account number to retrieve (1000-9999, required)

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

Returns: Complete account details including description, VAT settings, and balances.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_numberYesThe account number to retrieve (1000-9999)
response_formatNoOutput format: 'markdown' or 'json'markdown
Behavior4/5

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

Annotations already provide readOnlyHint and idempotentHint. The description adds value by specifying the return content (description, VAT settings, balances), giving the agent concrete output expectations. No contradictions.

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 concise and structured with Args and Returns sections. Every line adds useful information without unnecessary fluff, making it easy to scan.

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?

For a simple read-only tool, the description covers purpose, parameters, and return value highlights. Annotations handle side-effect transparency, and the absence of an output schema is compensated by the explicit return description.

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 description coverage is 100%, and the description only restates parameter names and the account_number range already present in the schema. It does not add additional semantic meaning beyond the structured definitions.

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 'Retrieve detailed information about a specific account', which is a specific verb+resource+scope. It clearly distinguishes from sibling tools like list_accounts by focusing on a single account.

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 'specific account' phrasing implies use for single-account lookups, but the description does not explicitly mention alternatives or when-not scenarios. No reference to list_accounts or other siblings.

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