Collection Items
The Collection Items 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 Collection Items tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics collection items data.
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
Delete a collection item from Lawmatics by ID. This is irreversible.
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
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
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.
Related Categories