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_activity_registry
Retrieves the activity registry for a specific team, showing all available activities that can be used in workflow steps. This tool helps you discover what actions are available for workflow configuration.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| teamId | string | Yes | The team ID to fetch activity registry for |
Response fields
Below are the fields you may see in each activity object in the response:| Field | Type | Description |
|---|---|---|
| id | string | The unique identifier of the activity |
| name | string | The name of the activity |
| uniqueIdentifier | string | The unique identifier used in workflow definitions |
| description | string | The description of the activity |
| category | string | The category of the activity |
| version | number | The version of the activity |
| inputSchema | object | The JSON schema for the activity input parameters |
| outputSchema | object | The JSON schema for the activity output |
| isActive | boolean | Whether the activity is active and available |
| createdAt | string (ISO8601) | The creation timestamp |
| updatedAt | string (ISO8601) | The last update timestamp |