Skip to main content
Glama
gronnmann

fiken-mcp

by gronnmann

fiken_create_purchase_draft

Create a purchase draft with line items, payment details, and optional KID, contact, or project. Specify cash or paid status and due date.

Instructions

Creates a new purchase draft

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kidNoNorwegian KID number
cashYes
paidYes
linesYes
dueDateNoYYYY-MM-DD
currencyNoISO 4217, e.g. "NOK"
paymentsNo
contactIdNoContact ID
projectIdNo
invoiceNumberNo
invoiceIssueDateNoYYYY-MM-DD
Behavior2/5

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

Annotations already indicate readOnlyHint=false, so the tool is mutating. The description does not add any behavioral details such as side effects, authentication needs, or what the draft is used for.

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

Conciseness3/5

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

The description is very concise (one short sentence), but lacks detail. It is not wasteful, but it is too minimal to be helpful.

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

Completeness1/5

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

With 11 parameters (3 required) and no output schema, the description is severely incomplete. It does not explain the concept of a purchase draft, when to create one, or what the response contains.

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

Parameters1/5

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

Schema description coverage is low (45%), and the tool description does not explain any parameters. The description adds no value beyond what the schema already provides for the covered fields.

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?

The description 'Creates a new purchase draft' clearly states the action (create) and resource (purchase draft). It is distinct from siblings like 'fiken_list_purchase_drafts' or 'fiken_create_purchase', but the description does not explicitly differentiate.

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 vs. alternatives (e.g., when to use draft vs. full purchase). No prerequisites or exclusions mentioned.

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