Multi Execute Tool

Markdown
ExternalDestructiveImportant
COMPOSIO_MULTI_EXECUTE_TOOL

Input Parameters

toolsarrayRequired

List of tools to execute in parallel.

thoughtstring

One-sentence, concise, high-level rationale (no step-by-step).

sync_response_to_workbenchbooleanRequired

Syncs the response to the remote workbench (for later scripting/processing) while still viewable inline. Predictively set true if the output may be large or need scripting; if it turns out small/manageable, skip workbench and use inline only. Default: false

session_idstring

ALWAYS pass the session_id that was provided in the SEARCH_TOOLS response.

current_stepstring

Short enum for current step of the workflow execution. Eg FETCHING_EMAILS, GENERATING_REPLIES. Always include to keep execution aligned with the workflow.

current_step_metricstring

Progress metrics for the current step - use to track how far execution has advanced. Format as a string "done/total units" - example "10/100 emails", "0/n messages", "3/10 pages".

Response

dataobject

Data from the action execution

errorstring

Error if any occurred during the execution of the action

successfulboolean

Whether or not the action execution was successful or not