search_saved_notes
Find saved Substack notes with full-text search across body, author, and restacked post titles. Filter by author or date to locate specific notes.
Instructions
Perform full-text FTS5 search across cached saved notes.
Searches body text, author name/handle, and (for restacks) the attached post's title. Allows filtering by author (name or handle), original note date (posted_at), and saved date (saved_at). Notes lack a bookmark timestamp on Substack's side, so saved_at is typically None.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| author | No | ||
| saved_after | No | ||
| posted_after | No | ||
| saved_before | No | ||
| posted_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |