get_knowledge_graph
Retrieve the complete knowledge graph for an Obsidian vault to analyze connections and relationships between notes, enabling comprehensive understanding of your knowledge base structure.
Instructions
Get the complete knowledge graph for a vault
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vault | Yes | Vault name |
Input Schema (JSON Schema)
{
"properties": {
"vault": {
"description": "Vault name",
"type": "string"
}
},
"required": [
"vault"
],
"type": "object"
}