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 Relationship (lawmatics_create-relationship)

Create a relationship linking a matter to a contact with a relationship type (e.g. Spouse, Child, Attorney) in Lawmatics. Use list-relationship-types to discover valid relationship type IDs. If the relationship type allows multiple, a matter can have more than one relationship.

Tool Input

matterIdstringrequired— ID of the matter on one side of the relationship
contactIdstringrequired— ID of the contact on the other side of the relationship
relationshipTypeIdstringrequired— ID of the relationship type (e.g. Spouse, Child). Use list-relationship-types to find valid IDs.

Tool Output

idstringrequired— Unique ID of the relationship
namestringrequired— Relationship name derived from the relationship type (e.g. Spouse, Child); read-only
matterIdstringrequired— ID of the matter on one side of the relationship
contactIdstringrequired— ID of the contact on the other side of the relationship
relationshipTypeIdstringrequired— ID of the relationship type that defines this relationship
createdAtstringnullrequired— When the relationship was created, as an ISO 8601 timestamp; null if unknown
updatedAtstringnullrequired— When the relationship was last updated, as an ISO 8601 timestamp; null if unknown

Related Tools