Email Addresses
The Email Addresses 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 Email Addresses tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics email addresses data.
Create Email Address
Create an email address and attach it to a contact, matter, or company in Lawmatics. Provide the email address string, a label (e.g. Primary, Work), and the ID of exactly one entity (matter, contact, or company). Attaching to a matter sets the email address on the matter's contact or company. Returns the created record with a `relationships` envelope carrying an `informationable` {id,type} pointer to the owning record (contact, company, or firm).
Delete Email Address
Delete an email address from Lawmatics by ID. This is irreversible.
Get Email Address
Fetch a single email address from Lawmatics by ID, including its label, the address string, and a `relationships` envelope with an `informationable` {id,type} pointer to the owning record (contact, company, or firm).
List Email Addresses
List email addresses from Lawmatics with optional pagination. Each row carries its label, the address string, and a `relationships` envelope with an `informationable` {id,type} pointer to the owning record (contact, company, or firm).
Update Email Address
Update an existing email address 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 `informationable` {id,type} pointer to the owning record (contact, company, or firm).
Related Categories