explore_repo
Get a structured overview of a code repository by traversing its vault graph from the top down. Use it to understand the codebase, identify main components, or start onboarding.
Instructions
Get a structured overview of the repo by traversing the vault graph.
Use this for onboarding questions: 'explain the repo', 'where do I start', 'give me an overview of the codebase', or 'what are the main components'. Starts from the vault INDEX and traverses breadth-first, returning summaries at increasing depth so you can understand the repo from the top down.
To drill into a specific node after this overview, use the Obsidian MCP
vault_read tool.
GUARDRAIL: Never call the Obsidian MCP vault_write tool unless the user
explicitly requests it by name.
vault_root is optional — omit to use CODELORE_VAULT_ROOT, or pass it explicitly to explore a different repo's vault without reconfiguring. Resolves against the configured target repo (see server instructions) — not necessarily the current working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_depth | No | ||
| vault_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |