Skip to main content
Glama
workadu

Workadu MCP Server

Official
by workadu

list_invoices

Retrieve invoices with optional filters by status, customer, date range, or series. Paginated results for efficient access.

Instructions

List invoices/documents with optional filters. Statuses: CANCELED=0, PUBLISHED=1, DRAFT=2, PREVIEW=99.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
per_pageNoResults per page
statusNoFilter by status (0=Canceled, 1=Published, 2=Draft, 99=Preview)
customer_idNoFilter by customer ID
from_dateNoFilter from date (YYYY-MM-DD)
to_dateNoFilter to date (YYYY-MM-DD)
series_idNoFilter by invoice series ID
Behavior3/5

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

With no annotations, the description only states the basic purpose and status codes. It does not disclose read-only behavior, pagination details, or any side effects. It is minimally adequate but lacks deeper behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

Two sentences, front-loaded with purpose, no wasted words. Could be slightly more structured but efficient for the given information.

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 7 parameters and no output schema or annotations, the description does not explain return format, pagination behavior, or how filters combine. It is incomplete for full contextual understanding.

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 baseline is 3. The description repeats status mapping already in the schema and adds 'optional filters' which is evident. No additional semantic meaning beyond schema.

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 verb 'List' and the resource 'invoices/documents', and specifies optional filters. It effectively distinguishes from sibling tools like get_invoice and other list_* tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs alternatives such as get_invoice for a single invoice or other list tools. The description implies usage through filters but does not provide when-not or alternative references.

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