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
available
List of available tools for the organization with full details