list_categories
ActiveTool of diagrams-mcp
List all infrastructure role categories with their mapped nodes. Use this to browse all available equivalence mappings, or to disambiguate node names when find_equivalent reports ambiguity. Returns a list of category dicts, each with: category (str): Category identifier (e.g. 'virtual_machine'). description (str): Human-readable description. providers (list[str]): Providers covered by this category. nodes (dict): Mapping of provider → list of node names in that category.
Parameters schema
{
"type": "object",
"properties": {},
"additionalProperties": false
}Parent server
diagrams-mcp
https://github.com/ByteOverDev/diagrams-mcp
2/7 registries