# Notes

Lawmatics MCP server · 5 tools

## Tools

- [Create Note](/integrations/lawmatics/notes/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](/integrations/lawmatics/notes/delete-note/) — Delete a note from Lawmatics by ID. This is irreversible.

- [Get Note](/integrations/lawmatics/notes/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](/integrations/lawmatics/notes/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](/integrations/lawmatics/notes/update-note/) — Update an existing note in Lawmatics by ID. Provide a new title and/or body.
