Tools
Retrieve a list of tools
GET
/
tools
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
_id
string
task
string
requiredName of the project associated with this tool
name
string
requireddescription
string
parameters
object
requiredThese can be function call params or plugin call params
tool_type
enum<string>
requiredAvailable options:
function
, tool