delimit_social_history
Retrieve recent social media post history to recall prior posts and comments for drafting follow-ups or replies. Returns thread context for Reddit entries.
Instructions
View recent social media post history (Pro).
When to use: to recall prior posts/comments for context when drafting follow-ups or DM replies — Reddit entries include thread context. When NOT to use: to draft new posts (use delimit_social_generate) or scan targets (delimit_social_target).
Sibling contrast: delimit_social_generate drafts; delimit_social_post publishes; this reads what was already posted.
Side effects: read-only. Calls ai.social.get_post_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return. Default 20. | |
| platform | No | Filter by "twitter" or "reddit". Empty = all. | |
| user | No | Filter by Reddit user we interacted with (e.g. "coolinjapan001"). | |
| subreddit | No | Filter by subreddit (e.g. "r/vibecoding"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||