Phone Numbers
The Phone Numbers category of the Lawmatics MCP server exposes 5 Lawmatics tools you can call directly from Claude, ChatGPT, or any MCP client through Weave Legal. Each Phone Numbers tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics phone numbers data.
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
Delete a phone number from Lawmatics by ID. This is irreversible.
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
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
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).
Related Categories