Invoices
The Invoices category of the Lawmatics MCP server exposes 2 Lawmatics tools you can call directly from Claude, ChatGPT, or any MCP client through Weave Legal. Each Invoices tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics invoices data.
Get Invoice
Fetch a single invoice from Lawmatics by ID, including its status, amounts in integer cents, payment terms, billed contact, and a `relationships` envelope of {id,type} pointers to related records (the matter it belongs to, creator, time entries, expenses, adjustments, transactions, and forwarding links).
List Invoices
List invoices from Lawmatics with optional pagination and sorting. Each invoice includes its status, amounts in integer cents, payment terms, billed contact, and a `relationships` envelope of to-one {id,type} pointers (matter, invoice type, creator, forwarding target); use get-invoice for the full envelope including to-many relationships (time entries, expenses, transactions).
Related Categories