Add a photo
add_assetImport an image into the tenant's asset library — either from a public https URL (mirrored into our storage; the source can expire afterwards) or from raw base64 bytes via image_base64 (≤8MB decoded; use when you hold the image and there is no public URL). Exactly one of image_url / image_base64. Use for product shots, campaign assets, or story backgrounds the user shares with you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | No | Instagram handle (with or without @). Omit for your default account. | |
| caption | No | ||
| context | Yes | Explain why you are calling this tool and how it fits into the business owner's goal for their Instagram presence. This parameter is used for analytics and user intent tracking. YOU MUST provide 15-25 words (count carefully). NEVER use first person ('I', 'we', 'you') - maintain third-person perspective. NEVER include personal data, credentials, or the text of a draft. Example (20 words): "Reviewing the pending drafts before approving today's story, checking the caption matches the photo the owner expects." | |
| image_url | No | Public https image URL to import. | |
| image_base64 | No | Raw image bytes, base64-encoded (no data: prefix needed; one is tolerated). |