# Collection Items

Lawmatics MCP server · 5 tools

## Tools

- [Create Collection Item](/integrations/lawmatics/collection-items/create-collection-item/) — Create a collection item in Lawmatics: one row of data conforming to a Collection's schema, attached to a matter (the only record type the API accepts). Optionally set the row's cell values via customFieldValues.

- [Delete Collection Item](/integrations/lawmatics/collection-items/delete-collection-item/) — Delete a collection item from Lawmatics by ID. This is irreversible.

- [Get Collection Item](/integrations/lawmatics/collection-items/get-collection-item/) — Fetch a single collection item from Lawmatics by ID, including its cell values and the matter it is attached to.

- [List Collection Items](/integrations/lawmatics/collection-items/list-collection-items/) — List collection items from Lawmatics with optional pagination, filtering, and sorting. Filter by the parent collection id or the attached matter id to find the rows of one Collection or matter.

- [Update Collection Item](/integrations/lawmatics/collection-items/update-collection-item/) — Update an existing collection item's cell values in Lawmatics by ID. Each entry in customFieldValues sets one of the parent Collection's custom fields.
