Search Tools

Markdown
ImportantExternalRead-only
COMPOSIO_SEARCH_TOOLS

Input Parameters

queriesarrayRequired

Structured English search queries to process in parallel. Split independent app/API actions into separate queries, including hidden prerequisites. Each query returns 4-6 tools.

sessionobject

Session 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.

modelstring

Client LLM model name (recommended). Used to optimize planning/search behavior. Ignored if omitted or invalid.

Response

dataobject

Data from the action execution

errorstring

Error if any occurred during the execution. Format: "X out of Y searches failed, reasons: <details>"

successfulboolean

Whether all searches completed successfully. False if any query failed