Companies
The Companies 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 Companies tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics companies data.
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
Delete a company from Lawmatics by ID. This is irreversible.
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
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
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).
Related Categories