get_note_content
Fetch a saved Substack note's full text, cleaned for LLM reading, via the reader API. Uses cached content when available or refetches on demand, requiring an active Substack session.
Instructions
Fetch a saved note's full content, cleaned and formatted for LLM consumption.
Returns the cached body_text if a previous fetch already stored it, unless force_refetch is set. Otherwise fetches the note directly via Substack's reader API (no browser page needed) and caches the result. Requires an active authenticated Substack session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_or_id | Yes | ||
| force_refetch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||