List Tools

Get available tools for the organization with full input schemas. This endpoint delegates to the Tool domain API which provides: - Tool authorization checking - Schema retrieval from all sources - Comprehensive tool information Args: request: The FastAPI request Returns: ListToolsResponse with detailed tool information

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response
availablelist of objects
List of available tools for the organization with full details
unavailablelist of objects
List of unavailable tools for the organization