vault_recent
Fetch recently modified files from your Obsidian vault, optionally scoped to a folder, as clickable markdown links for direct access.
Instructions
Get recently modified files. Paths in this tool's output are formatted as markdown links [vault-relative-path.md](obsidian://...) so users can Cmd/Ctrl-click to open in Obsidian. Preserve the link form when relaying paths to the user; pass only the bracket text (e.g. 01-Projects/Foo/note.md) to other vault tools' path arguments, never the full markdown link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of files to return | |
| folder | No | Optional: limit to this folder (supports partial names, e.g. 'MyApp') |