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_slug
The unique slug identifier of the tool
Headers
x-api-key
Response
Successfully retrieved tool details
slug
Unique identifier for the tool
name
Human-readable display name of the tool
description
Detailed explanation of the tool's functionality and purpose
toolkit
input_parameters
Schema definition of required input parameters for the tool
no_auth
Indicates if the tool can be used without authentication
available_versions
List of all available versions for this tool
version
Current version of the tool
output_parameters
Schema definition of return values from the tool
scopes
List of scopes associated with the tool
deprecated