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' required
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