Get tool by slug

Retrieve detailed information about a specific tool using its slug identifier. This endpoint returns full metadata about a tool including input/output parameters, versions, and toolkit information.

Path parameters

tool_slugstringRequired
The unique slug identifier of the tool

Headers

x-api-keystringRequired

Response

Successfully retrieved tool details
slugstring
Unique identifier for the tool
namestring

Human-readable display name of the tool

descriptionstring
Detailed explanation of the tool's functionality and purpose
toolkitobject
input_parametersmap from strings to any
Schema definition of required input parameters for the tool
no_authboolean
Indicates if the tool can be used without authentication
available_versionslist of strings
List of all available versions for this tool
versionstring
Current version of the tool
output_parametersmap from strings to any
Schema definition of return values from the tool
scopeslist of strings
List of scopes associated with the tool
tagslist of strings
List of tags associated with the tool for categorization and filtering
deprecatedobject

Errors