Save Post
save_postSave an Instagram post to a collection by providing its URL. Navigates to the post, clicks Save, and optionally saves to a specific collection.
Instructions
Save a post to a collection.
Navigates to the post and clicks the Save button. Optionally saves to a specific collection.
Args: post_url: Instagram post URL (e.g., "https://www.instagram.com/p/ABC123/") ctx: FastMCP context for progress reporting collection: Optional collection name to save the post into
Returns: Dict with url, status, and optional message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_url | Yes | ||
| collection | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||