Skip to main content

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

Response fields

Below are the fields you may see in each activity object in the response:
FieldTypeDescription
idstringThe unique identifier of the activity
namestringThe name of the activity
uniqueIdentifierstringThe unique identifier used in workflow definitions
descriptionstringThe description of the activity
categorystringThe category of the activity
versionnumberThe version of the activity
inputSchemaobjectThe JSON schema for the activity input parameters
outputSchemaobjectThe JSON schema for the activity output
isActivebooleanWhether the activity is active and available
createdAtstring (ISO8601)The creation timestamp
updatedAtstring (ISO8601)The last update timestamp

Sample response