Skip to main content
Glama

Ilograph

search_icons_tool

Find and select appropriate icons for Ilograph diagrams by searching the live icon catalog. Filter by provider or service category to match specific diagram needs.

Instructions

Searches the current icon catalog with semantic matching. This tool fetches the live icon catalog from Ilograph and provides intelligent search capabilities to help find appropriate icons for diagram resources. Args: query: Search term (e.g., 'database', 'aws lambda', 'kubernetes', 'storage') provider: Optional filter by provider ('AWS', 'Azure', 'GCP', 'Networking') Returns: list: Matching icons with paths, categories, and usage information. Each icon dict contains: - path: The icon path for use in Ilograph diagrams - provider: The cloud provider or category (AWS, Azure, GCP, Networking) - category: The service category (e.g., 'Compute', 'Database', 'Analytics') - name: The specific icon name - usage: Example usage string for Ilograph diagrams

Input Schema

NameRequiredDescriptionDefault
providerNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "provider": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Provider" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Ilograph

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/QuincyMillerDev/ilograph-mcp-server'

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