Skip to main content
Glama

list_invoices

List invoices for your organization, optionally filtered by customer and status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoOptional: filter by invoice status (e.g. Draft, Issued, Paid, Void).
page_sizeNoNumber of results per page (default 20, max 100).
customer_idNoOptional: filter by customer ID.
page_numberNoPage number, 1-based (default 1).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior2/5

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

No annotations provided, and the description lacks details on pagination behavior, default ordering, or any constraints. Does not disclose what happens when no results or error cases.

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?

Single sentence, front-loaded with action, no redundant information. Efficient and to the point.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Sufficient for a simple list operation but missing explicit mention of pagination mechanism (though implicit in parameters). No output schema to describe return values, so description should at least hint at result shape.

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?

Input schema covers all 4 parameters with descriptions (100% coverage). The description merely restates the optional filter parameters without adding nuance beyond the 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?

Clearly states action 'List invoices' and the scope 'for your organization' with optional filters. Differentiates from sibling tools like get_invoice or issue_invoice.

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?

Implied usage through optional filters, but no explicit guidance on when to use this tool versus alternatives like get_invoice or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources