get_notes
Get user notes attached to saved posts. Returns posts that have personal notes added by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results when listing all notes (default: 20, max: 50) | |
| post_id | No | Get the note for a specific post ID. If omitted, returns all posts with notes. |