Tools
List Tool Tags
Return every distinct tag in use across a server’s tools.
GET
Returns the union of all tag strings attached to any tool on the server, deduplicated. Useful for populating tag pickers in admin UIs or building tag-faceted dashboards without scanning every tool record.
Path Parameters
The UUID of the server (e.g.
836995ae-1cff-41ec-823e-a4f07ccca3a0). Numeric IDs are also accepted for backwards compatibility.Response Fields
Distinct tag strings in use across the server’s tools, in the order returned by
ToolManager::get_distinct_tags(). Empty array when no tools are tagged.
