Create Knowledge Graph
create_graphCreate a new knowledge graph with a unique ID and title to organize structured data for AI agents using Mnemosyne MCP server.
Instructions
Creates a new knowledge graph with the given ID, title, and optional description. The graph_id should be a URL-safe identifier (e.g., 'my-project', 'research-notes').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| title | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |