Skip to main content
Glama
erp-mafia

Fortnox MCP Server

by erp-mafia

Delete Fortnox Supplier

fortnox_delete_supplier
Destructive

Delete a supplier from Fortnox by entering the supplier number. The supplier must have no invoices, and the deletion is permanent.

Instructions

Delete a supplier from Fortnox.

WARNING: This action cannot be undone. The supplier must not have any invoices.

Args:

  • supplier_number (string): Supplier number to delete (required)

Returns: Confirmation of deletion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
supplier_numberYesSupplier number to delete
Behavior5/5

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

Beyond the destructiveHint annotation, the description explicitly warns that the action cannot be undone and requires the supplier to have no invoices. This adds critical safety context that the annotation alone does not convey.

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 compact and well-structured: a clear main statement, a warning, an args section, and a returns section. Every sentence serves a purpose, and there is no redundancy.

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 delete operation with one parameter and no output schema, the description covers purpose, danger, prerequisites, and return value. It is complete and sufficient for an agent to select and invoke the tool.

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?

The single parameter supplier_number is fully described in the schema, and the description restates it without adding new meaning. With 100% schema coverage, the baseline of 3 is appropriate.

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 clearly states the tool deletes a supplier from Fortnox, using a specific verb and resource. It is distinctly differentiated from sibling tools like fortnox_delete_customer and fortnox_delete_account by naming the exact resource.

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 provides clear context by warning that the supplier must not have invoices, implying when deletion is valid. It doesn't explicitly name alternatives, but the precondition and naming convention make usage clear enough.

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