MCP Workflow Tools
This section documents the Model Context Protocol (MCP) tools available for working with workflows in the Thena platform. These tools allow you to create, manage, and monitor workflow definitions, executions, and activities via Thena MCP server.Available tools
Core workflow management
- Create Workflow: Create a new workflow with comprehensive definition and configuration.
- Delete Workflow: Delete a workflow from the system.
- Get All Workflows: Retrieve a paginated list of all workflows with optional filtering.
- Get Workflow: Retrieve a specific workflow by its unique identifier.
- Toggle Workflow: Enable or disable a workflow.
- Update Workflow: Update an existing workflow’s definition and configuration.
Workflow execution & monitoring
- Get Workflow Executions: Retrieve executions/instances of a specific workflow.
- Get Workflow Tasks: Retrieve tasks/activities within a workflow execution.
Registry & configuration
- Get Activity Registry: Retrieve available activities that can be used in workflows.
- Get Available Workflow Filters: Retrieve available filters for workflow filtering.
- Get Event Registry: Retrieve available events that can trigger workflows.