get_note
Retrieve a note by its ID or title. Returns structured JSON content or an error message.
Instructions
Get a note by id or title.
Args: identifier: Note id or title text
Returns: Structured JSON with note content or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |