# Companies

Lawmatics MCP server · 5 tools

## Tools

- [Create Company](/integrations/lawmatics/companies/create-company/) — Create a company in Lawmatics. Custom field values cannot be set at creation (the API rejects them); use update-company afterwards to set them. The echo includes a `relationships` envelope of {id,type} pointers to related records (primary contact, contacts, prospects, tags, emails, phone numbers, addresses, notes, and the creating user).

- [Delete Company](/integrations/lawmatics/companies/delete-company/) — Delete a company from Lawmatics by ID. This is irreversible.

- [Get Company](/integrations/lawmatics/companies/get-company/) — Fetch a single company from Lawmatics by ID, including name, contact details, addresses, custom fields, and a `relationships` envelope of {id,type} pointers to related records (primary contact, contacts, prospects, tags, emails, phone numbers, addresses, notes, and the creating user).

- [List Companies](/integrations/lawmatics/companies/list-companies/) — List companies from Lawmatics with optional pagination. Rows carry name, contact details, addresses, and a `relationships` envelope of to-one {id,type} pointers (primary contact, creating user); use get-company for the full envelope including to-many relationships.

- [Update Company](/integrations/lawmatics/companies/update-company/) — Update an existing company in Lawmatics by ID. The echo includes a `relationships` envelope of {id,type} pointers to related records (primary contact, contacts, prospects, tags, emails, phone numbers, addresses, notes, and the creating user).
