Get Tool Schemas

Markdown
Read-only
COMPOSIO_GET_TOOL_SCHEMAS

Input Parameters

tool_slugsarray<string>Required

List of tool slugs to retrieve schemas for. Each slug MUST be a valid tool slug previously returned by COMPOSIO_SEARCH_TOOLS.

session_idstring

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

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