Skip to main content
Glama

Jentic

Official
by jentic

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jentic/jentic-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server