Skip to main content
Glama
oliverames

MCP Server for Wave

by oliverames

Wave: List Invoices

wave_list_invoices
Read-onlyIdempotent

List invoices with filters for status, customer, date range, and amount due. Sort and paginate results.

Instructions

List invoices, filtered by status, customer, date range, or amount due. To find unpaid invoices use status "UNPAID"; "OVERDUE" narrows that to ones past their due date.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number for offset pagination.
sortNoe.g. ["INVOICE_DATE_DESC"], ["AMOUNT_DUE_DESC"], ["CUSTOMER_NAME_ASC"]. Defaults to INVOICE_DATE_DESC.
statusNoDRAFT, SAVED, UNPAID, SENT, VIEWED, PARTIAL, PAID, OVERDUE, OVERPAID.
currencyNoCurrency code, e.g. "USD".
fetch_allNoWalk every page instead of returning just one. Slower, but complete.
page_sizeNoRecords per page (1-200).
amount_dueNoExact outstanding amount match, e.g. "250.00".
business_idNoBusiness to operate on. Defaults to the session business set by wave_set_default_business.
customer_idNoOnly invoices for this customer.
invoice_numberNoExact invoice number match.
modified_afterNoISO 8601 timestamp; only invoices changed after it.
modified_beforeNoISO 8601 timestamp; only invoices changed before it.
response_formatNoOutput format: "markdown" for a compact human-readable summary, "json" for the complete record.markdown
invoice_date_endNoLatest invoice date, YYYY-MM-DD.
invoice_date_startNoEarliest invoice date, YYYY-MM-DD.
Behavior3/5

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

Annotations already declare readOnlyHint and destructiveHint, so the description doesn't need to emphasize safety. It adds context about filtering behavior but doesn't disclose pagination or side effects beyond schema. No contradiction.

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: first states purpose and main filters, second gives actionable usage tip. No wasted words. Front-loaded with key information.

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?

Given the rich schema (100% coverage, 15 parameters), the description provides a clear overview and a critical usage tip. No output schema needed. Complete enough for effective tool selection.

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 coverage is 100%, so baseline is 3. The description adds specific meaning for the status parameter (e.g., UNPAID and OVERDUE semantics), which goes beyond the schema's enum list.

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 lists invoices and specifies common filters (status, customer, date range, amount due). It provides concrete examples for finding unpaid and overdue invoices, distinguishing it from sibling tools like wave_get_invoice.

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 gives explicit usage context by explaining how to filter by status (UNPAID, OVERDUE) but does not explicitly state when not to use this tool versus alternatives like wave_get_invoice. It is clear enough for most use cases.

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

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