Search Tools
ImportantExternalRead-only
COMPOSIO_SEARCH_TOOLSInput Parameters
queriesarrayRequiredStructured English search queries to process in parallel. Split independent app/API actions into separate queries, including hidden prerequisites. Each query returns 4-6 tools.
sessionobjectSession context for correlating meta tool calls within a workflow. Always pass this parameter. Use {generate_id: true} for new workflows or {id: "EXISTING_ID"} to continue existing workflows.
modelstringClient LLM model name (recommended). Used to optimize planning/search behavior. Ignored if omitted or invalid.
Response
dataobjectData from the action execution
errorstringError if any occurred during the execution. Format: "X out of Y searches failed, reasons: <details>"
successfulbooleanWhether all searches completed successfully. False if any query failed