execute_mcp_operation
Execute database and business logic operations using MCP services like TaskOperations or WorkflowOperations. Facilitates consistent parameter handling and strict naming conventions for streamlined workflow execution.
Instructions
Core workflow operations service for executing database and business logic operations through MCP services like TaskOperations, PlanningOperations, WorkflowOperations, etc. Uses consistent parameters and follows strict naming conventions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
operation | Yes | Operation name - must be supported by the selected service | |
parameters | No | Operation parameters for the service (optional for some operations) | |
serviceName | Yes | Service name - must be one of the supported services |