list_tags
readSince v1.0List every tag in use across the model, with how many elements carry each one. Counts cover all taggable element kinds — nodes, relationships, node and relationship types, diagrams, grid views, folders, filters, navigation trees, renderings, publications, assets, and the simulation elements. Capitalisation is ignored, so 'Persistence' and 'persistence' count as one tag. Call this before tagging so you reuse the vocabulary already in the model instead of introducing a near-duplicate spelling.
Example Request
{}Example Response
{"total_count": 3, "tags": [{"tag": "reviewed", "count": 12}, {"tag": "critical", "count": 4}, {"tag": "draft", "count": 1}]}This content was written collaboratively with AI.