Jentic

by jentic
Apache 2.0
2

execute

Facilitates actions on Jentic's MCP server by executing specified operations or workflows using provided UUIDs and input parameters.

Instructions

Perform the chosen action for the user using the provided details (if any are needed).

Input Schema

NameRequiredDescriptionDefault
execution_typeYesSpecify whether to execute an 'operation' or a 'workflow'.
inputsYesThe input parameters required by the operation or workflow.
uuidYesThe UUID of the operation or workflow to execute.

Input Schema (JSON Schema)

{ "properties": { "execution_type": { "description": "Specify whether to execute an 'operation' or a 'workflow'.", "enum": [ "operation", "workflow" ], "type": "string" }, "inputs": { "additionalProperties": true, "description": "The input parameters required by the operation or workflow.", "type": "object" }, "uuid": { "description": "The UUID of the operation or workflow to execute.", "type": "string" } }, "required": [ "execution_type", "uuid", "inputs" ], "type": "object" }

You must be authenticated.

Other Tools from Jentic

Related Tools

    ID: voxg3anlkq