Skip to main content
Glama
erp-mafia

Fortnox MCP Server

by erp-mafia

Send Fortnox Invoice by Email

fortnox_send_invoice_email

Send an invoice to the customer via email using the configured email address. Provide the invoice document number to trigger email delivery.

Instructions

Send an invoice to the customer via email.

The invoice will be sent to the email address configured for the customer.

Args:

  • document_number (string): Invoice document number to send (required)

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

Returns: Confirmation that the email was sent.

Input Schema

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

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

The description adds meaningful behavioral context beyond the annotations: it specifies that the email goes to the customer's configured address and that a confirmation is returned. The annotations already indicate openWorldHint (external side effect) and destructiveHint false, and the description aligns with these, providing clarity on the specific side effect without contradicting 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 compact, front-loaded with the primary purpose, and includes a clear Args section and Returns statement. It avoids unnecessary verbosity, though it could be slightly tighter by omitting the redundant parameter repetitions, but overall it earns its place.

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 two-parameter tool with no output schema, the description sufficiently explains the tool's effect (sends email to configured address) and return value (confirmation). The annotation openWorldHint already signals external interaction, and the description complements it with specifics. It does not mention edge cases like missing email configuration, but the level of detail is appropriate for the tool's simplicity.

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?

Both parameters are fully described in the input schema, and the description merely repeats their names and types ('document_number', 'response_format') with minimal additional context. Since schema description coverage is 100%, the baseline of 3 applies; the description does not add significant semantic value beyond the schema.

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 begins with 'Send an invoice to the customer via email', which clearly identifies the action (send), resource (invoice), and delivery method (email). This distinguishes it from sibling tools like fortnox_get_invoice or fortnox_create_invoice, as no other sibling is focused on emailing invoices.

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

Usage Guidelines4/5

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

The description clearly states that this tool sends an invoice to the customer's configured email address, providing clear context for when it should be used. It does not explicitly mention alternatives or exclusions, but the purpose is straightforward and unambiguous within the sibling set, so it meets the 'clear context, no exclusions' bar.

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