edit_post
Overwrite the body text of your own self-text Reddit post. Provide the post ID and new markdown text; the previous body is replaced, marking the post as edited.
Instructions
Replace the body text of one of your own self-text posts. Mutating and idempotent (same text → same result); it overwrites the previous body. Requires REDDIT_USERNAME and REDDIT_PASSWORD, and works only on self posts you authored — titles and link posts cannot be edited. Adds an "edited" marker. Use create_post to make a new post, or edit_comment for comments. WARNING: rapid edits may trigger spam detection; enable REDDIT_SAFE_MODE for protection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_text | Yes | Replacement body text; fully overwrites the current body. Reddit markdown supported. | |
| thing_id | Yes | The post to edit: a full thing id 't3_<id>' or just the base36 post id '<id>' (the 't3_' prefix is added automatically). Must be a self-text post you authored. |