read_note
Read a Markdown note from your local workspace using its filename. Retrieve the note's content to review or process it.
Instructions
Read one Markdown note by its workspace-relative filename.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| title | Yes | ||
| content | Yes |