Skip to main content
Glama

Mnemosyne MCP

by sophia-labs

get_graph_info

Analyze knowledge graphs to retrieve comprehensive details, statistics, and schema information for data exploration and management.

Instructions

Get comprehensive graph information. Args: graph_id: Graph to analyze include_stats: Include detailed statistics include_schema_preview: Include schema summary ctx: MCP context for user authentication Returns: JSON response with complete graph details

Input Schema

NameRequiredDescriptionDefault
graph_idYes
include_statsNo
include_schema_previewNo

Input Schema (JSON Schema)

{ "properties": { "graph_id": { "title": "Graph Id", "type": "string" }, "include_schema_preview": { "default": false, "title": "Include Schema Preview", "type": "boolean" }, "include_stats": { "default": true, "title": "Include Stats", "type": "boolean" } }, "required": [ "graph_id" ], "type": "object" }

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/sophia-labs/mnemosyne-mcp'

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