# Contacts

Lawmatics MCP server · 5 tools

## Tools

- [Create Contact](/integrations/lawmatics/contacts/create-contact/) — Create a contact in Lawmatics. The response echoes standard fields, custom fields, and a `relationships` envelope of {id,type} pointers to related records (creating user, client, company, custom contact type, matters, tags, emails, phone numbers, addresses, notes, files, folders).

- [Delete Contact](/integrations/lawmatics/contacts/delete-contact/) — Delete a contact from Lawmatics by ID. This is irreversible.

- [Get Contact](/integrations/lawmatics/contacts/get-contact/) — Fetch a single contact from Lawmatics by ID, including standard fields, custom fields, and a `relationships` envelope of {id,type} pointers to related records (creating user, client, company, custom contact type, matters, tags, emails, phone numbers, addresses, notes, files, folders).

- [List Contacts](/integrations/lawmatics/contacts/list-contacts/) — List contacts from Lawmatics with optional pagination. Rows carry standard fields plus a `relationships` envelope of to-one {id,type} pointers (creating user, client, company, custom contact type); use get-contact for the full envelope including to-many relationships (matters, tags, emails, notes, files, ...).

- [Update Contact](/integrations/lawmatics/contacts/update-contact/) — Update an existing contact in Lawmatics by ID. The response echoes standard fields, custom fields, and a `relationships` envelope of {id,type} pointers to related records (creating user, client, company, custom contact type, matters, tags, emails, phone numbers, addresses, notes, files, folders).
