edit_comment
Overwrite the text of your own Reddit comment by providing its ID and new content. Requires your account credentials; preserves the post and adds an edited marker. Use idempotently to update replies.
Instructions
Replace the text of one of your own comments. Mutating and idempotent (same text → same result); it overwrites the previous content. Requires REDDIT_USERNAME and REDDIT_PASSWORD, and works only on comments you authored. Adds an "edited" marker. Use reply_to_post to add a new comment, or edit_post for posts. WARNING: rapid edits may trigger spam detection; enable REDDIT_SAFE_MODE for protection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_text | Yes | Replacement comment text; fully overwrites the current content. Reddit markdown supported. | |
| thing_id | Yes | The comment to edit: a full thing id 't1_<id>' or just the base36 comment id '<id>' (the 't1_' prefix is added automatically). Must be a comment you authored. |