read_notes
Retrieve personal notes from local filesystem. Lists available notes with metadata or returns full content of a specified note.
Instructions
Read personal notes from the local filesystem.
If no filename is provided, lists all available notes with metadata. If a filename is provided, returns the full content of that note.
Args: filename: Optional. Name of the note file to read (e.g. "ideas.md"). If omitted, returns a list of all available notes.
Returns: JSON string with note content or list of available notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |