Skip to main content
Glama

AWS Diagram MCP Server

by lukeburciu

list_icons

Discover available diagram icons by provider and service, enabling efficient filtering to find specific visual elements for AWS architecture diagrams and visualizations.

Instructions

List available icons from the diagrams package, with optional filtering.

This tool dynamically inspects the diagrams package to find available providers, services, and icons that can be used in diagrams.

USAGE INSTRUCTIONS:

  1. Call without filters to get a list of available providers

  2. Call with provider_filter to get all services and icons for that provider

  3. Call with both provider_filter and service_filter to get icons for a specific service

Example workflow:

  • First call: list_icons() → Returns all available providers

  • Second call: list_icons(provider_filter="aws") → Returns all AWS services and icons

  • Third call: list_icons(provider_filter="aws", service_filter="compute") → Returns AWS compute icons

This approach is more efficient than loading all icons at once, especially when you only need icons from specific providers or services.

Returns: Dictionary with available providers, services, and icons organized hierarchically

Input Schema

NameRequiredDescriptionDefault
provider_filterNoFilter icons by provider name (e.g., "aws", "gcp", "k8s")
service_filterNoFilter icons by service name (e.g., "compute", "database", "network")

Input Schema (JSON Schema)

{ "properties": { "provider_filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter icons by provider name (e.g., \"aws\", \"gcp\", \"k8s\")", "title": "Provider Filter" }, "service_filter": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter icons by service name (e.g., \"compute\", \"database\", \"network\")", "title": "Service Filter" } }, "title": "mcp_list_diagram_iconsArguments", "type": "object" }

Other Tools from AWS Diagram MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/lukeburciu/aws-diagrams-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server