List PDF files in the vault
obsidian_list_pdfsList PDF files in your Obsidian vault with size and last-modified timestamp, sorted newest first. Use this to find PDFs for text extraction.
Instructions
Lists .pdf files in the vault with size + last-modified timestamp. Read-only. Honors --exclude-glob and --read-paths. Use this to discover which PDFs exist before calling obsidian_read_pdf to extract text. Sorted by mtime descending (newest first). PDFs are the #1 non-markdown content kind in real research vaults; this is the discovery entry point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Restrict the listing to a subfolder | |
| limit | No | Max PDFs to return (default 100) |