upload_media_from_file
Upload a local file to a Postoria workspace. Provide the file path and workspace ID to add media for scheduling posts.
Instructions
Upload a local file from the machine running this MCP server. Local stdio mode only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Postoria workspace ID. | |
| file_path | Yes | Path to a local file on the machine running the MCP server. | |
| content_type | No | Optional MIME content type. If omitted, it is inferred from the filename. | |
| filename | No | Optional filename to use in Postoria. Defaults to the local file basename. |