Create Event Type (lawmatics_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.
Tool Input
namestringrequired— Name of the event type (e.g. Initial Consultation, Seminar)
durationintegerrequired— Default event duration in minutes(> 0)
Tool Output
idstringrequired— Lawmatics event type ID of the newly created event type
namestringrequired— Event type name
durationnumberrequired— Default event duration in minutes
createdAtstringrequired— When the event type was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the event type was last updated, as an ISO 8601 timestamp
relationshipsobjectrequired— JSON:API relationship pointers to related records as {id,type} stubs. Not materialized — follow a pointer by calling that resource's own get tool (e.g. type 'event' -> get-event).
eventsarrayrequired— Event pointers (type 'event') booked against this event type; empty if none
[]object
2 fields
idstringrequired— ID of the referenced Lawmatics record
typestringrequired— JSON:API record class of the reference; resolve it by calling that resource's own tool
Related Tools