vault_query
Retrieve content from a vault project by specifying the project slug, section shortcut, or file path. Use instead of direct filesystem access.
Instructions
Read content from a vault project — use instead of direct filesystem access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project slug (directory under 10_projects/), or '_meta' for 00_meta/. | |
| section | No | Shortcut name (context, tasks, roadmap, lessons). Ignored if path is set. | context |
| path | No | Relative path to a specific .md file within the project. Overrides section. (Use `path` for a file, not `identifier` — `identifier` is accepted as an alias.) | |
| max_lines | No | Maximum lines to return. 0 = unlimited. | |
| include_metadata | No | Prepend a structured metadata line from YAML frontmatter. | |
| identifier | No | Alias of `path` (#151). Prefer `path`; for a section shortcut use `section` instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |