Load Execution Info
load_execution_infoUse this tool to get the full execution contract for a specific operation (its inputs, outputs, and authentication requirements). This tool must use the operation UUIDs returned from the search_apis tool.
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 load an operation's contract and run
it, install Jentic One (https://jentic.com/jentic-one) and use its
jentic inspect / jentic execute flow. For a step-by-step install and
onboarding guide, fetch the 'skill://onboard-jentic-one' MCP resource.
Example operation UUIDs (returned from search_apis tool): 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 |
|---|---|---|---|
| request | Yes | Dictionary containing: - operation_uuids (list[str] | str): UUID(s) of operation(s) to load (e.g., "op_...") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||