Skip to main content
Glama

Ilograph

__init__.py517 B
""" Tools for the Ilograph MCP Server. This package contains all MCP tools that provide functionality to AI agents, including documentation fetching, diagram validation, example access, and more. """ from .register_example_tools import get_example_tool_info, register_example_tools from .register_fetch_documentation_tools import get_tool_info, register_fetch_documentation_tool __all__ = [ "register_fetch_documentation_tool", "get_tool_info", "register_example_tools", "get_example_tool_info", ]

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