Edit a Reddit text post’s body
edit_reddit_postRewrite the body of an existing Reddit text post to fix errors like dead links or wrong prices. Does not support titles, link posts, or deleted posts; confirms if edit applied.
Instructions
Rewrite the BODY of one of the connected account’s Reddit TEXT posts — the fix for a dead link, a wrong price or a correction the comments are asking for. THREE THINGS REDDIT DOES NOT ALLOW, and you must not offer them: (1) a post’s TITLE can never be changed by any API — title exists only on Reddit’s submit endpoint, so a published title is frozen for every client, not just this one; (2) a LINK post cannot be edited at all — Reddit documents this endpoint as editing "the body text of a comment or self-post" and refuses a link post; (3) a post that has already been deleted cannot be edited. In each case the only remedy is to delete and submit again, which loses the score, the age and the whole comment thread — say that plainly instead of implying an edit is possible. The result is READ BACK from Reddit, so an accepted edit that did not apply is reported as NOT confirmed rather than narrated as done. 0 credits. Needs Reddit connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | the new body markdown — this REPLACES the existing body | |
| postId | Yes | the post id, its t3_… fullname, or the permalink (list_reddit_posts returns them) |