Skip to main content
Glama
milomymilo

BuchhaltungsButler MCP-Server

by milomymilo

create_creditor

Create a new supplier (creditor) in BuchhaltungsButler. Supply the required name and optional contact, address, tax, and posting account information to set up vendor master data.

Instructions

Erstellt einen neuen Kreditor (Lieferant).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
faxNoOptional: Fax.
zipNoOptional: PLZ.
cityNoOptional: Ort.
nameYesName des Kreditors.
emailNoOptional: E-Mail.
phoneNoOptional: Telefon.
streetNoOptional: Straße.
api_keyNoAPI-Key des zu verwaltenden Kunden. Optional, falls BUCHHALTUNGSBUTLER_API_KEY als Umgebungsvariable gesetzt ist.
countryNoOptional: Land oder ISO-Code.
sales_tax_idNoOptional: USt-IdNr.
customer_numberNoOptional: Lieferantennummer.
contact_person_nameNoOptional: Ansprechpartner.
postingaccount_numberNoOptional: Kontonummer. Wenn nicht angegeben, wird die nächste freie verwendet.
additional_address_lineNoOptional: Zusätzliche Adresszeile.
Behavior4/5

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

No annotations are provided, so the description carries the full disclosure burden. It mentions a critical behavioral detail: 'Wenn nicht angegeben, wird die nächste freie verwendet' regarding the posting account number, which is important for understanding how the system assigns accounts. This adds transparency beyond what the schema says. However, it does not disclose other potential side effects, like whether creating a creditor requires authentication or what happens in case of duplicate names, but given the simplicity, this is adequate.

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 a single short sentence that fully communicates the tool's purpose. It is front-loaded and contains no filler. Every word adds value. It does not repeat what the schema already says, making it efficient.

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?

Given that the tool has 14 parameters (mostly optional), a simple creation operation, and no output schema, the description is sufficient for understanding its function. It lacks detailed context about the API key environment variable (which is mentioned in the schema), but that is not the description's job. The description and schema together provide a complete picture for the agent to invoke the tool correctly.

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

Parameters4/5

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

The schema description coverage is 100% – every parameter has a description. The tool description itself adds minimal parameter info, but since the schema is already thorough, the description does not need to repeat it. The description adds the useful clarification about the posting account number auto-assignment, which supplements the schema. This justifies a score slightly above the baseline of 3.

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 clearly states the action ('Erstellt einen neuen Kreditor') and the resource type ('Kreditor (Lieferant)'). It distinguishes from siblings like 'create_debtor' and 'create_receipt' by specifying the business entity. The description is concise and in the same language as the parameters, which is appropriate.

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 description implies usage for creating a creditor but does not explicitly state when to use this tool versus alternatives like 'create_debtor' or 'list_creditors'. The sibling tools are not referenced, and there is no mention of prerequisites or the relationship to other accounting operations. Slight improvement could be made by noting that this is for supplier creation, not customer creation, but that is inferable from the term 'Kreditor'.

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/milomymilo/buchhaltungsbutler-mcp'

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