View as .md ↗
Lawmatics

Lawmatics

MCP server · Practice Management · lawmatics.com · 40 categories · 177 tools

Lawmatics is a legal CRM, client intake, and marketing automation platform for law firms. This integration exposes contacts, companies, matters, billing (invoices, transactions, expenses, time entries), tasks, documents, events, and marketing data as governed MCP tools, scoped per member by access level.

Create Phone Number (lawmatics_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).

Tool Input

phoneNumberstringrequired— The phone number string
phoneTypestringrequired— Phone number label (e.g. Primary, Mobile, Work, Home)
matterIdstring— ID of the matter to attach this phone number to
contactIdstring— ID of the contact to attach this phone number to
companyIdstring— ID of the company to attach this phone number to

Tool Output

idstringrequired— Unique ID of the phone number record
phoneTypestringrequired— Phone number label (e.g. Primary, Mobile, Work, Home)
phoneNumberstringrequired— The phone number string, formatted as stored
relationshipsobjectrequired— JSON:API relationship pointers to related records as {id,type} stubs. Not materialized — follow a pointer by calling that resource's own get/find tool (e.g. type 'contact' -> get-contact, type 'company' -> get-company).
informationableobjectnullrequired— Owning record pointer (contact, company, or firm); null when unset
idstringrequired— ID of the referenced Lawmatics record
typestringrequired— JSON:API record class of the reference (e.g. "user", "contact", "prospect", "firm"); resolve it by calling that resource's own get/find tool — this pointer is not materialized

Related Tools