Attach Media to Post
invoke_attach_assets_to_postAttach media to the authenticated user's DRAFT. Prefer existing asset_ids. For fresh external media, import it first and pass the returned Asset ID. file/file_url are used only when actually supplied; never assume a chat attachment is auto-injected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional host-provided file reference. Use only when the MCP client actually supplies it; never fabricate local paths or assume a chat attachment is auto-injected. | |
| post_id | Yes | Socializioz post ID. | |
| file_url | No | Optional public HTTPS media URL to copy into the authenticated draft's workspace. (format: "uri") | |
| filename | No | Optional original filename for file_url. | |
| asset_ids | No | Optional existing Socializioz asset IDs. |