Overview
Thefetch_tools function retrieves a list of AI tools with optional filtering and pagination support.
Function Signature
Parameters
Optional configuration for filtering and pagination:
page: Page number for pagination (optional)per_page: Number of results per page (optional)search: Search query to filter tools (optional)is_active: Filter tools by active status (optional)
Return Value
ReturnsResult<ToolListResponse> containing:
data: Vector ofAiToolobjectshas_more: Boolean indicating if more results are available
Basic Usage
Advanced Usage
Error Handling
Rate Limits
- List operations: 100 requests per minute
- Burst limit: 10 requests per second
Related Functions
- create_tool - Create a new AI tool
- fetch_tool - Get tool by ID
- update_tool - Update tool configuration
- delete_tool - Delete tool
