get_link_graph
Generate a visual link graph showing connections between notes in your Obsidian vault to analyze relationships and discover content connections.
Instructions
Get the link graph for the vault
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_notes | No |
Input Schema (JSON Schema)
{
"properties": {
"max_notes": {
"default": 500,
"title": "Max Notes",
"type": "integer"
}
},
"type": "object"
}