vault_list_notes
List notes in your vault with optional filters for folder, tag, and result limit to quickly find relevant notes.
Instructions
Lists notes in a specific vault, with optional filters for subfolders, specific tags, and a limit on the number of results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag (without '#') to filter notes. | |
| limit | No | Optional limit for the number of notes returned. | |
| folder | No | Optional subfolder relative path to filter notes. | |
| vault_name | Yes | The name of the vault. | |
| response_format | No | Format of the response: 'text' (default) or 'json'. |