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_workflow
Retrieves detailed information about a specific workflow by its unique identifier. This tool provides comprehensive workflow details including definition, configuration, and version information.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| workflowUniqueIdentifier | string | Yes | The unique identifier of the workflow |
| version | number | No | The version of the workflow (defaults to latest) |
Response fields
Below are the fields you may see in the response:| Field | Type | Description |
|---|---|---|
| uid | string | Unique identifier for current version of the workflow |
| type | string | The type of the workflow |
| subType | string | The sub type of the workflow |
| uniqueIdentifier | string | The unique identifier of the workflow |
| name | string | The name identifier of the workflow |
| version | number | The version of the workflow |
| triggerEvent | object | The trigger event of the workflow |
| filters | object | The filters of the workflow |
| annotations | array | The annotation for the workflow |
| workflowDefinition | array | The workflow definition steps |
| executingAgent | string | The executing agent of the workflow |
| isActive | boolean | The status of the workflow |
| createdAt | string (ISO8601) | The created at date of the workflow |
| updatedAt | string (ISO8601) | The updated at date of the workflow |
| createdBy | string | The created by of the workflow |
| teamId | string | The team id of the workflow |
| metadata | object | The metadata for the workflow |