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.

Detach Tag (lawmatics_detach-tag)

Detach one or more tags from a matter, contact, company, or task by name. A tag name that is not attached is ignored. Provide exactly one entity ID and an array of tag names.

Tool Input

matterIdstring— ID of the matter to detach tags from
contactIdstring— ID of the contact to detach tags from
companyIdstring— ID of the company to detach tags from
taskIdstring— ID of the task to detach tags from
tagsarrayrequired— Tag names to detach (names, not IDs). A name that is not attached is ignored.(min items: 1)
[]string

Tool Output

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