Skip to main content
Glama
workadu

Workadu MCP Server

Official
by workadu

create_invoice_with_lines

Create a draft invoice with line items in one API call. Each line includes product description, quantity, unit price, and VAT percentage.

Instructions

Create a new draft invoice with line items in a single call. Each line specifies a product/service, quantity, and pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issue_dateYesIssue date (YYYY-MM-DD)
customer_idYesCustomer ID
series_idYesInvoice series ID
linesYesArray of invoice line items (at least one required)
includes_vatNoWhether prices include VAT
currency_isoNoISO 4217 currency code
notesNoNotes visible to customer
admin_notesNoInternal admin notes
Behavior2/5

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

With no annotations, the description carries full burden. It states the tool creates a draft invoice (a write operation), but omits critical behavioral details: return value, side effects, error behavior, or required permissions. The agent cannot infer what happens on success or failure.

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, no fluff. First sentence states the core action, second explains line items. Very concise and well-structured.

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?

Given the tool's complexity (8 parameters, nested lines, mandatory fields), the description is too brief. It does not explain constraints (min 1 line), required fields, or the workflow relationship to sibling tools. The agent needs more context to use it correctly.

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 description coverage is 100%, so the schema fully describes each parameter. The description's mention of 'product/service, quantity, and pricing' adds no new meaning beyond what is in the schema. Baseline 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 creates a new draft invoice with line items in a single call. This distinguishes it from sibling tools like create_invoice (likely without lines) and add_invoice_line (adds to existing).

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 the tool is for creating an invoice with lines together, but it does not explicitly state when to use it over alternatives (e.g., create_invoice then add_invoice_line) or provide any exclusions or prerequisites.

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/workadu/mcp-server'

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