/
RI
riza-io
/
Execute
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 22m ago · Updated 1y ago
Details
Filter operations
Runtime
6
Sandbox
1
Secret
2
Tool
5
get
List tools
post
Create tool
get
Retrieve tool
post
Modify tool
post
Execute tool
Tool
Modify tool
Update the source code and input schema of a tool.
post
/v1/tools/{id}
Path parameters
id
string
required
Request body
UpdateToolRequest
required
code
string
nullable
description
string
nullable
{"stackTrail":"components:schemas:UpdateToolRequest:properties:input_schema","oasType":"schema","type":"unknown","nullable":true}
language
'python'
|
'javascript'
|
'typescript'
name
string
nullable
Response
OK
Tool
required
code
string
required
description
string
required
id
string
required
{"stackTrail":"components:schemas:Tool:properties:input_schema","oasType":"schema","type":"unknown"}
language
'python'
|
'javascript'
|
'typescript'
required
name
string
required
revision_id
string
required
Changes