prepare_for_postward
Prepare local file metadata (path, MIME, size, SHA-256) for Postward upload, enabling subsequent asset upload and registration steps.
Instructions
Format a local file's metadata for upload to Postward (postward.cc). Returns the file info (path, MIME type, byte size, SHA-256) that you need to call request_source_asset_upload and then register_source_asset in the Postward MCP. This tool does NOT upload or authenticate — it only prepares the metadata. Use it when the user asks to move content into Postward for storage, review, scheduling or publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-readable name for the asset in Postward | |
| file_path | Yes | Local path to the file |