List available tools

Retrieve a paginated list of available tools with comprehensive filtering, sorting and search capabilities. Use query parameters to narrow down results by toolkit, tags, or search terms.

Headers

x-api-keystringRequired

Query parameters

toolkit_slugstringOptional
The slug of the toolkit to filter by
tool_slugsstringOptional

Comma-separated list of specific tool slugs to retrieve (overrides other filters)

cursorstringOptional

Pagination cursor for fetching next page of results (base64 encoded)

limitstringOptionalDefaults to 20

Maximum number of tools to return per page (defaults to 20, max 100)

importantenumOptional

Filter to only show important/featured tools (set to “true” to enable)

Allowed values:
tagsstringOptional

Filter tools by one or more tags (can be specified multiple times)

scopesstringOptional

Array of scopes to filter tools by)

searchstringOptional

Free-text search query to find tools by name, description, or functionality

Response

Successfully retrieved tools list with pagination information
itemslist of objects
total_pagesdouble
next_cursorstring or null

Errors