English
cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/tools \ --header 'Authorization: Bearer <token>'
{ "success": true, "tools": [ { "name": "GetKnowledgeBaseEntries", "type": "builtin" } ] }
Get a list of available tools that can be used by AI agents. This includes both built-in tools and user-defined functions marked as tools.
JWT-based authentication
Successful operation
Data format of Enneo success messages
Operation was successful
true
Show child attributes