Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
List of all tools.
unique id
Example:
"unique id"
Name of the tool
Example:
"tool name"
Description of the tool
Example:
"This is a sample tool for getting temperature."
Type of the tool, it can be FUNCTION_TOOL, API_TOOL
Available options:
FUNCTION_TOOL, API_TOOL Example:
"API_TOOL"
User creating the tool
Example:
"user-id"
Parameters of the function in JSON format, This can be changed as per any Json structure
Tool created time
Tool updated time
ApiTool tool
FunctionTool
