v2
latestOpenAPI 3.1.02026-07-313981108.2 KBTools
List Tools
get/assistants/v1/tools
Response
Successful response
Example response
[
{
"_id": "1f7b1b1b1b1b1b1b1b1b1b1b",
"teamId": "3f7b1b1b1b1b1b1b1b1b1b1b",
"type": "function",
"function": {
"name": "getUserDetailsByPhoneNumber",
"description": "Get user details by phone number, Run this tool when you want user details like name, dob etc by their phone number",
"parameters": {
"type": "object",
"properties": {
"dob": {
"type": "string",
"format": "date",
"description": "This is the date of birth of the user.",
"example": "1990-03-08"
},
"phoneNumber": {
"type": "string",
"description": "This is the phone number of the user.",
"example": "+919867543210"
}
},
"required": [
"phoneNumber"
]
}
},
"messages": [
{
"content": "Please wait while I fetch the details."
}
],
"server": {
"timeoutSeconds": 20,
"url": "https://api.example.com/v1/getUserDetails",
"secret": "my-secret",
"headers": {}
},
"createdAt": "2020-10-05T00:00:00.000Z",
"updatedAt": "2020-10-05T00:00:00.000Z"
}
]