get_note
Retrieve a specific note by its ID to view the full content.
Instructions
Get a specific note by ID with full content.
Args: note_id: The unique identifier of the note (e.g., "note-1234567890")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| content | Yes | ||
| createdAt | Yes | ||
| updatedAt | Yes |