Skip to main content

MCP tool: get_event_registry

Retrieves the event registry for a specific team, showing all available events that can be used to trigger workflows. This tool helps you discover what events are available for workflow configuration.

Example prompt

Input parameters

Response fields

Below are the fields you may see in each event object in the response:
FieldTypeDescription
idstringThe unique identifier of the event
namestringThe name of the event
descriptionstringThe description of the event
categorystringThe category of the event
schemaobjectThe JSON schema for the event payload
isActivebooleanWhether the event is active and available
createdAtstring (ISO8601)The creation timestamp
updatedAtstring (ISO8601)The last update timestamp

Sample response