Skip to main content
GET
/
api
/
tools
List available tool metadata
curl --request GET \
  --url https://your-instance.example.com/api/tools
{
  "tools": {
    "send_message": {
      "name": "send_message",
      "description": "Send an outbound message to the contact on the current channel."
    },
    "escalate_to_human": {
      "name": "escalate_to_human",
      "description": "Escalate the conversation to a human agent."
    }
  }
}

Response

200 - application/json

Tools returned

tools
object
required