# Phone Numbers

Lawmatics MCP server · 5 tools

## Tools

- [Create Phone Number](/integrations/lawmatics/phone-numbers/create-phone-number/) — Create a phone number and attach it to a contact, matter, or company in Lawmatics. Provide the phone number string, a label (e.g. Primary, Mobile), and the ID of exactly one entity (matter, contact, or company). Attaching to a matter sets the phone number on the matter's contact or company. Returns the created record with a `relationships` envelope carrying an {id,type} pointer to the owning record (contact, company, or firm).

- [Delete Phone Number](/integrations/lawmatics/phone-numbers/delete-phone-number/) — Delete a phone number from Lawmatics by ID. This is irreversible.

- [Get Phone Number](/integrations/lawmatics/phone-numbers/get-phone-number/) — Fetch a single phone number from Lawmatics by ID, including its label, number, and a `relationships` envelope with an {id,type} pointer to the owning record (contact, company, or firm).

- [List Phone Numbers](/integrations/lawmatics/phone-numbers/list-phone-numbers/) — List phone numbers from Lawmatics with optional pagination. Each row carries its label, number, and a `relationships` envelope with an {id,type} pointer to the owning record (contact, company, or firm).

- [Update Phone Number](/integrations/lawmatics/phone-numbers/update-phone-number/) — Update an existing phone number in Lawmatics by ID. Optionally re-attach it to a different contact, matter, or company. Returns the updated record with a `relationships` envelope carrying an {id,type} pointer to the owning record (contact, company, or firm).
