# Event Types

Lawmatics MCP server · 5 tools

## Tools

- [Create Event Type](/integrations/lawmatics/event-types/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](/integrations/lawmatics/event-types/delete-event-type/) — Delete an event type from Lawmatics by ID. This is irreversible.

- [Get Event Type](/integrations/lawmatics/event-types/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](/integrations/lawmatics/event-types/list-event-types/) — List event types from Lawmatics with optional pagination and sorting.

- [Update Event Type](/integrations/lawmatics/event-types/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.
