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.

List Relationships (lawmatics_list-relationships)

List relationships from Lawmatics with optional pagination. Each relationship links a matter to a contact with a relationship type (e.g. Spouse, Child, Attorney).

Tool Input

pageinteger— Page number (1-based)(> 0)

Tool Output

relationshipsarrayrequired— Relationships on this page of results
[]object
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
hasPortalAccessbooleannullrequired— Whether the related contact has client portal access; null if not reported
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
paginationobjectnullrequired— Pagination metadata from the API response; null when the endpoint returns no meta envelope
totalPagesnumbernullrequired— Total number of pages available; null if not reported
limitPerPagenumbernullrequired— Maximum relationships returned per page; null if not reported
totalEntriesnumbernullrequired— Total number of relationships across all pages; null if not reported

Related Tools