get_post_content
Retrieve a post's full body or free preview based on your access. Optionally convert HTML to Markdown for LLM processing.
Instructions
Read-only. Return a post's body. Auth-aware: returns full text for paywalled posts you have access to, otherwise only the free preview. Set as_markdown=true to convert HTML to Markdown for LLM context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| pub | No | ||
| as_markdown | No |