# Collections

Lawmatics MCP server · 5 tools

## Tools

- [Create Collection](/integrations/lawmatics/collections/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](/integrations/lawmatics/collections/delete-collection/) — Delete a Collection from Lawmatics by ID, including its custom field schema. This is irreversible.

- [Get Collection](/integrations/lawmatics/collections/get-collection/) — Fetch a single Collection from Lawmatics by ID, including its custom field schema definitions.

- [List Collections](/integrations/lawmatics/collections/list-collections/) — List Collections from Lawmatics with optional pagination, including each collection's custom field schema.

- [Update Collection](/integrations/lawmatics/collections/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.
