vault_query
Retrieve project content from an Obsidian vault for AI-assisted development, supporting specific files, sections, or metadata extraction.
Instructions
Read content from a vault project — use instead of direct filesystem access.
Args: project: Project slug (directory under 10_projects/), or '_meta' for 00_meta/. section: Shortcut name (context, tasks, roadmap, lessons). Ignored if path is set. path: Relative path to a specific .md file within the project. Overrides section. max_lines: Maximum lines to return. 0 = unlimited. include_metadata: Prepend a structured metadata line from YAML frontmatter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| section | No | context | |
| path | No | ||
| max_lines | No | ||
| include_metadata | No |