Jentic

by jentic
Apache 2.0
2

load_execution_info

Retrieve detailed requirements and inputs for specific workflows or operations, enabling informed action execution. Save configuration data to 'jentic.json' for streamlined coding agent integration.

Instructions

Get more details about a specific action (like what information it needs from the user) before confirming you want to run it. Usually used if the action requires specific inputs. Coding Agents: To provide tools to an LLM that you have selected at runtime, use this tool to retrieve the necessary information and save it to 'jentic.json' at the root of your project.

Input Schema

NameRequiredDescriptionDefault
operation_uuidsYesThe UUIDs of the operations to include in the configuration files.
workflow_uuidsYesThe UUIDs of the workflows to include in the configuration files.

Input Schema (JSON Schema)

{ "properties": { "operation_uuids": { "description": "The UUIDs of the operations to include in the configuration files.", "items": { "type": "string" }, "type": "array" }, "workflow_uuids": { "description": "The UUIDs of the workflows to include in the configuration files.", "items": { "type": "string" }, "type": "array" } }, "required": [ "workflow_uuids", "operation_uuids" ], "type": "object" }

You must be authenticated.

Other Tools from Jentic

Related Tools

    ID: voxg3anlkq