Get methodology graph
get_methodology_graphGenerate a JSON methodology graph for custom visualization, with nodes for domains, concepts, memories, entities and edges for semantic links. Capped at 200 nodes and 500 edges.
Instructions
Build the methodology map as JSON graph data {nodes, edges, meta} suitable for force-directed visualization. Nodes: domains, concepts, memories, entities. Edges: cross-domain bridges, co-activation strengths, semantic relationships. Output is capped (200 nodes / 500 edges, highest-quality first) so the payload stays embeddable in a single MCP response. Use this to feed a CUSTOM client visualizer. Distinct from open_visualization (launches the bundled browser UI on 127.0.0.1:3458, no JSON returned), list_domains (text-only domain overview), and get_causal_chain (entity-graph BFS, not the unified methodology map). Read-only on profiles.json + memories. Latency <100ms. Returns {nodes, edges, meta, truncated_nodes?, truncated_edges?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||