Tool

Create tool

Create a tool in your project.

post/v1/tools

Request body

codestring required
descriptionstring
{"stackTrail":"components:schemas:CreateToolRequest:properties:input_schema","oasType":"schema","type":"unknown"}
language'PYTHON' | 'JAVASCRIPT' | 'TYPESCRIPT'
namestring required

Response

OK

codestring required
descriptionstring required
idstring required
{"stackTrail":"components:schemas:Tool:properties:input_schema","oasType":"schema","type":"unknown"}
language'PYTHON' | 'JAVASCRIPT' | 'TYPESCRIPT' required
namestring required
revision_idstring required

Changes