read_note
Retrieve and display the content of Markdown notes from Nextcloud Notes, specifying filename and optional category for access.
Instructions
Read a Markdown (.md) file.
Args: filename: Name of the note file, e.g., "note1.md" category: Optional category folder. If None, read from /Notes root.
Returns: Content of the note as a string.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| category | No |