socials_quick_reply
Post replies on X, LinkedIn, and YouTube by providing post ID and content. Automates opening the reply UI, filling text, and submitting, with optional media except on YouTube.
Instructions
Post a reply in the pinned agent tab: X — tweet id from socials_get_feed; LinkedIn — post URN from feed; YouTube watch — commentId from socials_get_page_content page_data.comments (YouTube ?lc=… token), or a watch URL containing lc=. Opens reply UI, fills text, submits. YouTube: no media attachments. IMPORTANT: Always confirm exact text with the user before posting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media | No | Optional media to attach. Accepts local file paths (e.g., /path/to/image.png) or URLs. Max 4 images or 1 video/GIF. | |
| content | Yes | Your reply text | |
| post_id | Yes | X: numeric tweet id from socials_get_feed. LinkedIn: post URN from feed. YouTube watch: commentId (lc token) from socials_get_page_content page_data.comments, or a full watch URL including ?lc=… |