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.

Get Stage (lawmatics_get-stage)

Fetch a single pipeline stage from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to its parent pipeline and the prospects (matters) currently in the stage.

Tool Input

stageIdstringrequired— ID of the stage to fetch; a numeric string (e.g. '147')(pattern: ^\d+$)

Tool Output

idstringrequired— Lawmatics stage ID
namestringrequired— Stage name
colorstringnullrequired— Stage display color as a hex string (e.g. '#bcc2c94d'); null if unset
ordernumbernullrequired— Position of the stage within its pipeline; null if unset
createdAtstringrequired— When the stage was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the stage was last updated, as an ISO 8601 timestamp
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 'pipeline' -> get-pipeline, type 'prospect' -> get-matter).
pipelineobjectnullrequired— Parent pipeline pointer; 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
prospectsarrayrequired— Prospect (matter) pointers currently in this stage; empty if none
[]object
2 fields
idstringrequired— ID of the referenced Lawmatics record
typestringrequired— JSON:API record class of the reference; resolve it by calling that resource's own tool

Related Tools