list_files
List non-markdown files (attachments, images, PDFs) from an Obsidian vault with details like path, size, and modified date. Filter by folder or extension to locate specific files.
Instructions
List non-markdown files in the vault (attachments, images, PDFs) as { path, size, modified, extension } rows, e.g. to find a file to move. Never includes notes (use list_notes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of files to return (default 100; 0 = unbounded) | |
| folder | No | Restrict to files under this folder. | |
| offset | No | Rows to skip, for pagination (default 0). | |
| extension | No | Filter by extension; leading dot optional, case-insensitive (e.g. 'png'). |