analyze_graph
Analyze the structure of your knowledge graph to understand connections and relationships within your Obsidian vault.
Instructions
Analyze the knowledge graph structure
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"
}