List tool names only (lightweight response)
GET /api/v3/organizations/{organisation}/ai/tools/names
GET
/api/v3/organizations/{organisation}/ai/tools/names
Retrieves just the names of available built-in tools. Useful for quick validation or UI dropdown population without the full tool specifications.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
Responses
200
Tool names retrieved successfully
object
tools
required
Array of tool names
Array<string>
[ "get_weather", "calculate", "search_web", "generate_image"] count
required
Number of tools
integer
4403
Access denied
500
Failed to fetch tool names