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.
curl --request GET \
--url https://demo.enneo.ai/api/mind/tools
{
"success": true,
"tools": [
{
"name": "GetKnowledgeBaseEntries",
"type": "builtin"
}
]
}
Cookie-based authentication
Successful operation
Data format of Enneo success messages
curl --request GET \
--url https://demo.enneo.ai/api/mind/tools
{
"success": true,
"tools": [
{
"name": "GetKnowledgeBaseEntries",
"type": "builtin"
}
]
}