# Custom Contact Types

Lawmatics MCP server · 5 tools

## Tools

- [Create Custom Contact Type](/integrations/lawmatics/custom-contact-types/create-custom-contact-type/) — Create a custom contact type in Lawmatics. The response includes a `relationships` envelope of {id,type} pointers to the owning firm and the contacts using this type.

- [Delete Custom Contact Type](/integrations/lawmatics/custom-contact-types/delete-custom-contact-type/) — Delete a custom contact type from Lawmatics by ID. This is irreversible.

- [Get Custom Contact Type](/integrations/lawmatics/custom-contact-types/get-custom-contact-type/) — Fetch a single custom contact type from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to the owning firm and the contacts using this type.

- [List Custom Contact Types](/integrations/lawmatics/custom-contact-types/list-custom-contact-types/) — List custom contact types from Lawmatics with optional pagination, filtering, and sorting. Rows carry a `relationships` envelope with a to-one {id,type} pointer to the owning firm; use get-custom-contact-type for the full envelope including the to-many contacts.

- [Update Custom Contact Type](/integrations/lawmatics/custom-contact-types/update-custom-contact-type/) — Update an existing custom contact type in Lawmatics by ID. The response includes a `relationships` envelope of {id,type} pointers to the owning firm and the contacts using this type.
