Get Tool Schemas
Read-only
COMPOSIO_GET_TOOL_SCHEMASInput Parameters
tool_slugsarray<string>RequiredArray of tool slugs to retrieve schemas for. Pass valid tool slugs; never invent.
includearray<string>Default: input_schemaSchema fields to include. Defaults to ["input_schema"]. Include "output_schema" when calling tools in the workbench to validate response structure.
session_idstringPass the session_id if you received one from a prior COMPOSIO_SEARCH_TOOLS call.
Response
dataobjectData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanWhether or not the action execution was successful or not