Skip to main content
Glama

Ilograph

fetch_example

Retrieve a static example diagram along with its content, metadata, learning objectives, and patterns from the Ilograph MCP server. Ideal for understanding and applying system architecture or workflows.

Instructions

Retrieves a static example diagram with its content and learning context. Args: example_name: The filename of the example to fetch (e.g., 'serverless-on-aws.ilograph'). Returns: A dictionary containing the example's content, metadata, learning objectives, and patterns.

Input Schema

NameRequiredDescriptionDefault
example_nameYes

Input Schema (JSON Schema)

{ "properties": { "example_name": { "title": "Example Name", "type": "string" } }, "required": [ "example_name" ], "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