Skip to main content
GET
Retrieve tool

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tool_name
string
required

The name of the tool to retrieve. The unique identifier for a tool.

Response

Retrieved tool

The Tool object represents a tool that can be used by agents.

object
enum<string>
required

The object type, which is always tool.

Available options:
tool
name
string
required

The unique identifier name used to reference the tool.

label
string
required

The display name of the tool.

description
string
required

A detailed description of what the tool does.