Comment on Post
comment_on_postPost a comment on an Instagram post by providing the post URL, comment text, and confirmation. Navigates to the post and submits the comment when confirmed.
Instructions
Post a comment on a post.
Navigates to the post and submits the comment. confirm_post must be True for the comment to be posted.
Args: post_url: Instagram post URL (e.g., "https://www.instagram.com/p/ABC123/") comment: The comment text to post confirm_post: Must be True to actually post the comment ctx: FastMCP context for progress reporting
Returns: Dict with url, status, and optional message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes | ||
| post_url | Yes | ||
| confirm_post | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||