vault_query
Read content from a vault project by specifying a project slug, section, or custom file path, with optional metadata and line limit.
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. | |
| max_lines | No | Maximum lines to return. 0 = unlimited. | |
| include_metadata | No | Prepend a structured metadata line from YAML frontmatter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |