Skip to main content
Glama

create_graph

Create knowledge graphs to visualize relationships and dependencies across system components, project timelines, change histories, requirements, or domain concepts.

Instructions

Create a new knowledge graph. Supports multiple graph types such as topology, timeline, changelog, requirement documentation, etc. Design guidelines for each graph type:

  • topology: Used to represent dependencies between system components and modules. Recommended to first create main module nodes, then add component nodes, and finally represent relationships through edges like calls, dependencies, and containment

  • timeline: Used to record important project events and decisions. Recommended to add event nodes in chronological order and link related personnel and decisions

  • changelog: Used to track change history of features and components. Recommended to create nodes for each significant change, marking change types and impact scope

  • requirement: Used for requirement management and tracking. Recommended to first create high-level requirements, then break down into specific features, and finally link to responsible persons and iterations

  • knowledge_base: Used to build domain knowledge systems. Recommended to start from core concepts and gradually expand related concepts and relationships

  • ontology: Used for formal representation of domain concepts and relationships, suitable for building standardized knowledge models

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
descriptionNo
typeNoGraph type. topology:Component topology diagram, timeline:Timeline graph, changelog:Change log graph, requirement:Requirement documentation graph, knowledge_base:Knowledge base graph, ontology:Ontology graph

Latest Blog Posts

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/aiuluna/knowledge-graph-mcp'

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