project_map
Return a compact indented outline of folders, file titles, tags, and IDs to orient yourself in any project or vault without loading full file listings.
Instructions
Return a compact indented outline of folders, file titles, tags, and IDs in a single dense block — substantially fewer tokens than the equivalent list_files JSON for the same scope. Read-only; no side effects, auth, or rate limits. Capped at max_lines (default 5000); the response reports est_tokens and emits a warning field if it exceeds KONTEXTA_PROJECT_TOKEN_WARN. project_id: null = KB only; omit = everything. Defaults: include_tags=true, show_titles=true. Use to orient yourself in an unfamiliar vault or project; for keyword lookup use search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Restrict to a single project. Pass null for knowledge-base-only files. Omit for everything. | |
| include_tags | No | Append #tags inline. Default true. Set false to shrink the outline. | |
| show_titles | No | Show file titles instead of filenames. Default true. | |
| max_lines | No | Hard cap on output lines (each line ≈ one folder or file). Default 5000. |