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 Tag (lawmatics_get-tag)

Fetch a single tag from Lawmatics by ID.

Tool Input

tagIdstringrequired— ID of the tag to fetch; a numeric string(pattern: ^\d+$)

Tool Output

idstringrequired— Lawmatics tag ID
namestringrequired— Tag name
descriptionstringnullrequired— Free-text tag description; null when the tag has none
colorstringnullrequired— Tag color as a CSS color string (e.g. #7997c9); null when the tag has none
createdAtstringnullrequired— When the tag was created, as an ISO 8601 timestamp; null if unknown
updatedAtstringnullrequired— When the tag was last updated, as an ISO 8601 timestamp; null if unknown

Related Tools