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.

Delete Event (lawmatics_delete-event)

Cancel an event/appointment in Lawmatics by ID. Cancellation cannot be undone, but the event record is retained: it remains retrievable and listed with its canceledAt timestamp set. Optionally notify the attendees. Canceling an already-canceled event succeeds without change.

Tool Input

eventIdstringrequired— ID of the event (appointment) to cancel; a numeric string(pattern: ^\d+$)
notifyAttendeesboolean— Whether to notify attendees that the appointment was cancelled (the API defaults to false when omitted)

Tool Output

idstringrequired— ID of the canceled event
canceledbooleanrequired— Always true when the cancellation succeeded. The event record is NOT removed — it remains retrievable with its canceledAt timestamp set

Related Tools