list_notes
List all notes for the authenticated user, returning metadata (ID, title, timestamps) without content. Use get_note to fetch full note content.
Instructions
List all notes for the authenticated user.
Returns note metadata (id, title, timestamps) without content. Use get_note to retrieve full content for a specific note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| notes | Yes |