Metis — Obsidian Vault
_obsidian_vaultResolves the configured Obsidian vault path to enable note-indexing tools to access .md notes, checking environment variables and config files.
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 |