Execute Operation
executeUse this tool to execute the chosen action for the user using the provided details.
Always include inputs even if there are none.
To reduce context, use include_paths to return only the fields you need from the output.
DEPRECATION NOTICE: This tool is being deprecated on 20 September 2026. Execution is moving to self-hosted Jentic One. It still works for now but will stop working on that date. To keep running operations, install Jentic One (https://jentic.com/jentic-one) and execute through its local broker. For a step-by-step install and onboarding guide, fetch the 'skill://onboard-jentic-one' MCP resource.
Example operation UUIDs (from search_apis / load_execution_info): NewsAPI.org GET /everything: op_ba86fdce1bade1b7 NewsAPI.org GET /top-headlines: op_8ae297966b7f6da3 Finnhub.io GET /quote: op_f97a5db5e23f7b5a Coincap.io GET /v3/assets/"slug": op_e4a7f50d57fee805
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Dictionary containing: - uuid (str, required): The UUID of the operation to execute (e.g., "op_..." or "wf_...") - inputs (dict, required): Input parameters for the execution - include_paths (list[str], optional): Dot-notation paths to include from output (e.g. ["articles"] or ["results.*.title"] or ["parts.0.body.data"]). Defaults to full output. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||