Collections
The Collections 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 Collections tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics collections data.
Create Collection
Create a Collection in Lawmatics: a named container whose custom field definitions form the schema of its items. Provide the collection name and optionally the custom fields (list and multi_picklist types take selectable options).
Delete Collection
Delete a Collection from Lawmatics by ID, including its custom field schema. This is irreversible.
Get Collection
Fetch a single Collection from Lawmatics by ID, including its custom field schema definitions.
List Collections
List Collections from Lawmatics with optional pagination, including each collection's custom field schema.
Update Collection
Update an existing Collection in Lawmatics by ID: rename the collection, modify existing custom fields by id, or add new custom field definitions. Fields not referenced in the request are left unchanged.
Related Categories