List all tools
Returns all tools in the tool registry.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
skip
The number of results to skip for pagination.
limit
The maximum number of results to return.
type
The type of tool to search for.
name
Resource name.
referenceIds
Comma separated referenceIds of tools.
description
A keyword to match against tool descriptions.
active
Whether to only return active tools.
parentIds
Comma separated list of parentIds to filter tools by.
parentTypes
Comma separated list of parentTypes to filter tools by.
parentTitles
Comma separated list of parentTitles to filter tools by.
excludeToolChildren
If true, exclude tools that are children of other tools (i.e. only return top-level tools).
sort
Determines which field to sort by. Defaults to name
Allowed values:
order
Determines whether to sort by ascending or descending alphanumeric order. Defaults to ascending.
Allowed values:
Response
Contains the list of tools
Errors
500
Internal Server Error