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

Create a tag in Lawmatics with a name and optional description and color. Tags can be attached to matters, contacts, companies, and tasks for categorization.

Tool Input

namestringrequired— Tag name
descriptionstring— Free-text tag description
colorstring— Tag color. Any CSS-valid color (hex, rgb, hsl, or color name)

Tool Output

idstringrequired— Lawmatics tag ID of the newly created tag
namestringrequired— Tag name
descriptionstringnullrequired— Free-text tag description; null when the tag has none or the response omits it
colorstringnullrequired— Tag color as a CSS color string (e.g. #554433); null when the tag has none or the response omits it
createdAtstringnullrequired— When the tag was created, as an ISO 8601 timestamp; null when the create response omits it
updatedAtstringnullrequired— When the tag was last updated, as an ISO 8601 timestamp; null when the create response omits it

Related Tools