upload_attachment
Upload an image, PDF, audio, or video from a local path into an Obsidian vault, then embed it in a note with ![[filename]] syntax.
Instructions
Upload an attachment (image, PDF, audio, video) to the vault from a local file path. After uploading, embed it in a note using ![[filename]] syntax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Absolute path to the file on your local filesystem (e.g. '/Users/me/photo.png') | |
| vaultPath | Yes | Destination path in the vault (e.g. 'attachments/photo.png') |