_obsidian_vault
Resolves the configured Obsidian vault path, checking the METIS_OBSIDIAN_VAULT environment variable or user config, so note-indexing tools can read .md notes.
Instructions
Resolve the configured Obsidian vault path, if one is set and valid.
Looks up the user's external Obsidian vault so note-indexing tools
(e.g. kg_index_notes) know where to read .md notes from. Checks the
METIS_OBSIDIAN_VAULT environment variable first, then the
integrations.obsidian_vault (or top-level obsidian_vault) key in
user-config.yaml.
Takes no arguments.
Returns:
A Path to the vault directory if it is configured and exists on disk,
otherwise None.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |