Skip to main content
PUT
cURL
Updating a single field in a tool is not supported. The entire tool definition must be provided.

Authorizations

X-API-Key
string
header
required

API key

Path Parameters

tool_id
string<uuid>
required

Body

application/json
name
string
required
Maximum string length: 40
definition
object
required

The base definition of a tool that can be used during a call. Exactly one implementation (http or client) should be set.

Response

200 - application/json
toolId
string<uuid>
required
read-only
name
string
required
Maximum string length: 40
created
string<date-time>
required
read-only
definition
object
required

The base definition of a tool that can be used during a call. Exactly one implementation (http or client) should be set.

ownership
enum<string>
required
Available options:
public,
private