Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
| Name | Type | Required | Description |
|---|---|---|---|
| teamId | string | Yes | The team ID to fetch event registry for |
Response fields
Below are the fields you may see in each event object in the response:| Field | Type | Description |
|---|---|---|
| id | string | The unique identifier of the event |
| name | string | The name of the event |
| description | string | The description of the event |
| category | string | The category of the event |
| schema | object | The JSON schema for the event payload |
| isActive | boolean | Whether the event is active and available |
| createdAt | string (ISO8601) | The creation timestamp |
| updatedAt | string (ISO8601) | The last update timestamp |