Notes
The Notes category of the Lawmatics MCP server exposes 5 Lawmatics tools you can call directly from Claude, ChatGPT, or any MCP client through Weave Legal. Each Notes tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics notes data.
Create Note
Create a note and attach it to a matter, contact, or company in Lawmatics. Provide the title, the body content, and the ID of exactly one entity (matter, contact, or company).
Delete Note
Delete a note from Lawmatics by ID. This is irreversible.
Get Note
Fetch a single note from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to the owning record (notable) and the authoring user (createdBy).
List Notes
List notes from Lawmatics with optional pagination, filtering, and sorting. Prefer a filter when possible — the unfiltered firm-wide list is slow and may time out. Filter by notable_id (the matter/contact/company the note is attached to), notable_type, name, or created_at.
Update Note
Update an existing note in Lawmatics by ID. Provide a new title and/or body.
Related Categories