parse_to_vault
Parse documents from file paths or URLs and save them as Markdown notes in your vault, embedding backend audit trail in frontmatter.
Instructions
Parse a document and write it to the vault as a markdown note.
Replaces the standalone ⚙️ Meta/scripts/markitdown_to_vault.py
shell script: same output shape, but with the router's full audit
trail (which backend ran, fallback chain, latency) baked into the
frontmatter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | filesystem path or http(s) URL. | |
| backend | No | force a specific backend (default: router pick). | |
| overwrite | No | when False, refuse to overwrite an existing note; return error in that case. Default True (idempotent). | |
| vault_folder | No | target folder for the note. Default: `<VAULT_ROOT>/📥 Inbox/Converted/`. The folder is created if missing. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||