Skip to main content
PATCH
Error

Authorizations

Authorization
string
header
required

Path Parameters

agent_id
string<uuid>
required
tool_id
string<uuid>
required

Body

application/json

Payload for patching a tool

name
string | null
Maximum string length: 40
Pattern: ^[^\W0-9]\w*$
type
enum<string> | null
Available options:
function,
integration,
system,
api_call,
computer_20241022,
text_editor_20241022,
bash_20241022
description
string | null
function
FunctionDef · object | null

Function definition

integration
DummyIntegrationDefUpdate · object
system
SystemDefUpdate · object | null

System definition

api_call
ApiCallDefUpdate · object | null

API call definition

computer_20241022
Computer20241022DefUpdate · object | null

Anthropic new tools

text_editor_20241022
TextEditor20241022DefUpdate · object | null
bash_20241022
Bash20241022DefUpdate · object | null

Response

Successful Response

name
string
required
Maximum string length: 40
Pattern: ^[^\W0-9]\w*$
type
enum<string>
required
Available options:
function,
integration,
system,
api_call,
computer_20241022,
text_editor_20241022,
bash_20241022
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
id
string<uuid>
required
read-only
description
string | null
function
FunctionDef · object | null

Function definition

integration
DummyIntegrationDef · object
system
SystemDef · object | null

System definition

api_call
ApiCallDef · object | null

API call definition

computer_20241022
Computer20241022Def · object | null

Anthropic new tools

text_editor_20241022
TextEditor20241022Def · object | null
bash_20241022
Bash20241022Def · object | null