upload_media_from_file
Upload a local media file to a Postoria workspace by providing its file path and workspace ID. Optionally set a custom filename or MIME content type.
Instructions
Upload a local file from the machine running this MCP server. Local stdio mode only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Optional filename to use in Postoria. Defaults to the local file basename. | |
| 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. | |
| workspace_id | Yes | Postoria workspace ID. |