Skip to main content
Glama
nubiia-dev

mcp-quipu

by nubiia-dev

create_invoice

Create an issued invoice in Quipu by specifying a contact with valid tax ID and at least one line item, including price, VAT, and optional retention.

Instructions

Create an issued invoice in Quipu. Requires the contact id it is billed to and at least one line item. The contact must already have a tax_id (NIF/CIF) or Quipu will reject the invoice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYesInvoice line items
due_dateNoDue date (YYYY-MM-DD)
contact_idYesId of the contact being invoiced
issue_dateNoIssue date (YYYY-MM-DD)
payment_methodNoPayment method as accepted by Quipu (e.g. "bank_transfer", "cash")
Behavior4/5

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

The annotations only indicate readOnlyHint=false and destructiveHint=false; the description adds valuable behavioral context by warning that the contact must already have a tax_id or Quipu will reject the invoice, and that the invoice is 'issued' rather than draft. This goes meaningfully beyond 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.

Conciseness5/5

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

Two sentences with no filler: the first states the action, the second provides the required inputs and the critical rejection condition. Every sentence contributes distinct, necessary information.

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?

The description covers the action, minimum inputs, and a domain-specific failure condition, which is sufficient for a guided call. The only gap is no mention of the return value or side effects such as immutability, but there is no output schema and the core invocation requirements are fully present.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds value by highlighting the two required parameters and, more importantly, introducing the tax_id precondition on the contact, which is not present anywhere in the schema. It doesn't describe other parameter formats, but the schema already covers them.

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?

States a specific action ('Create an issued invoice'), a platform ('Quipu'), and the core requirements. The word 'issued' meaningfully distinguishes this from draft creation and from sibling tools like update_invoice, delete_invoice, and list_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 conveys when to use the tool: to create an issued invoice, and it gives concrete prerequisites (contact_id, at least one line item, existing tax_id). It doesn't explicitly mention alternatives, but there is no competing create tool among the siblings, so the context is sufficient.

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/nubiia-dev/mcp-quipu'

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