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.

Attach Tag (lawmatics_attach-tag)

Attach one or more tags to a matter, contact, company, or task by name. A tag name that does not exist is created automatically. Provide exactly one entity ID and an array of tag names.

Tool Input

matterIdstring— ID of the matter to attach tags to
contactIdstring— ID of the contact to attach tags to
companyIdstring— ID of the company to attach tags to
taskIdstring— ID of the task to attach tags to
tagsarrayrequired— Tag names to attach (names, not IDs). A name that does not exist is created automatically.(min items: 1)
[]string

Tool Output

entityIdstringrequired— ID of the entity the tags were attached to
entityTypestringrequired— JSON:API type of the entity (e.g. prospect, contact, company, task)
tagIdsarraynullrequired— IDs of all tags currently attached to the entity after the operation; null when the response omits the tag linkage
[]string
successbooleanrequired— Always true; confirms the attach succeeded