get_note
Retrieve a single note by ID from a local SQLite knowledge base. Use it to fetch one specific note for reading or referencing.
Instructions
Retrieve a single note by its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| title | Yes | ||
| created_at | Yes | ||
| updated_at | Yes |