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.

Authentication

x-api-keystring
API key authentication

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)

auth_config_idsstring or list of stringsOptional

Comma-separated list of auth config IDs to filter tools by

importantenumOptional

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

Allowed values:
tagslist of stringsOptional

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

scopeslist of stringsOptional

Array of scopes to filter tools by)

searchstringOptional

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

include_deprecatedbooleanOptionalDefaults to true
Include deprecated tools in the response
toolkit_versionsstring or map from strings to strings or nullOptional
Toolkit version specification. Use "latest" for latest versions or bracket notation for specific versions per toolkit.
limitdoubleOptional
Number of items per page
cursorstringOptional
Cursor for pagination. The cursor is a base64 encoded string of the page and limit. The page is the page number and the limit is the number of items per page. The cursor is used to paginate through the items. The cursor is not required for the first page.

Response

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

Errors