Skip to main content
Glama
gronnmann

fiken-mcp

by gronnmann

fiken_create_invoice

Create invoices with issue and due dates, line items, customer ID, bank account code, and cash payment option. Amounts are in NOK cents.

Instructions

Creates a new invoice. Amounts are in NOK øre (cents).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cashYesTrue if paid immediately by cash
uuidNo
linesYesInvoice line items (required)
dueDateYesDue date YYYY-MM-DD
currencyNoISO 4217, e.g. "NOK"
issueDateYesIssue date YYYY-MM-DD (required)
projectIdNo
customerIdYesContact ID of the customer
invoiceTextNo
ourReferenceNo
roundingTypeNo
yourReferenceNo
orderReferenceNo
paymentAccountNoAccount code, required if cash=true
bankAccountCodeYesBank account code for payment
contactPersonIdNo
Behavior3/5

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

Annotations indicate readOnlyHint=false, so tool is write-oriented. Description adds the useful detail that amounts are in NOK øre (cents), but does not disclose side effects, authentication needs, or response behavior beyond the schema.

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?

Description is extremely concise with one sentence, front-loading the purpose. Could add more details without harming conciseness, but it is efficient.

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

Completeness2/5

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

No output schema exists, so description should explain return value. With 16 parameters and 6 required, the description only provides the cents note, leaving out important context like default values or expected outcomes.

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 50%, so the description's note about cents adds value for parameters like net, vat, gross, unitPrice. However, no additional semantics are provided for the other half of parameters.

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

Purpose4/5

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

Description clearly states it creates a new invoice and mentions the subunit (cents). However, it does not differentiate from sibling tools like creating an invoice draft or counter.

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?

No guidance on when to use this tool versus alternatives, such as creating an invoice draft first or using other invoice-related operations. No prerequisites or context for use.

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/gronnmann/fiken-mcp'

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