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.

Events

The Events category of the Lawmatics MCP server exposes 5 Lawmatics tools you can call directly from Claude, ChatGPT, or any MCP client through Weave Legal. Each Events tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics events data.

Create Event
Create an event (appointment) in Lawmatics. Provide the name, start/end times, the hosting firm user IDs, the event type, and the ID of exactly one entity (matter or contact — companies cannot have appointments) the appointment is with. Optionally set a description, location, reminder, time zone, and invite behavior.
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.
Get Event
Fetch a single event (appointment) from Lawmatics by ID, including its schedule, reminder settings, location, attendee details, cancellation state, and a `relationships` envelope of {id,type} pointers to related records (the matter/contact it is with, event type, address, location, and hosting firm users).
List Events
List events (appointments) from Lawmatics with optional pagination and sorting. Each row carries the schedule, reminder settings, cancellation state, and a `relationships` envelope of to-one {id,type} pointers (the matter/contact the appointment is with, event type, address, location); use get-event for full details including the hosting firm users. Canceled events are included; check canceledAt.
Update Event
Update an existing event (appointment) in Lawmatics by ID. Provide only the fields to change — the API merges, so omitted fields are preserved. Optionally re-attach the appointment to a different matter or contact (companies cannot have appointments).

Related Categories