Event Types
The Event Types 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 Event Types tool below is documented with its purpose and complete input and output schema, giving your firm governed, auditable access to Lawmatics event types data.
Create Event Type
Create an event type in Lawmatics with a name and default duration in minutes. Event types categorize calendar events in Lawmatics. The response includes a `relationships` envelope of {id,type} pointers to the events booked against it.
Delete Event Type
Delete an event type from Lawmatics by ID. This is irreversible.
Get Event Type
Fetch a single event type from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to the events booked against it.
List Event Types
List event types from Lawmatics with optional pagination and sorting.
Update Event Type
Update an existing event type in Lawmatics by ID. The response includes a `relationships` envelope of {id,type} pointers to the events booked against it.
Related Categories