Folder Conventions
get_conventionsRetrieve the authoring conventions that apply to a note or folder—root-first with nested additions—so you can create or edit notes that follow the vault's rules.
Instructions
Get the user's authoring conventions that apply to a note or folder.
Vaults may carry per-folder convention files (by default '_conventions.md') describing how notes in that folder should be authored — for example "reference material: keep notes self-contained; do not link out to project or journal notes". Conventions accumulate down the tree: a vault-root file applies everywhere and nested files add to it, so entries are returned root-first with the most specific guidance last.
Call this before creating, restructuring, or linking notes so the result follows the vault owner's rules. The write/edit tools also echo applicable conventions in their responses for a post-write compliance check. Reads directly from disk — works even while the search index is still building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Relative note path (e.g. "3-Resources/topic.md") or folder path (e.g. "3-Resources"). A note path resolves to its parent folder. Pass "" (default) for discovery mode: vault-root conventions plus the full list of folders carrying convention files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||