postmd_update_document_from_file
Update an existing PostMD document using Markdown content read from a file path on the MCP server host, making file-based document updates straightforward.
Instructions
Same as postmd_update_document, but reads the new Markdown from filePath on the machine running this MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| docCode | Yes | ||
| fileName | No | Upload filename. Defaults to the basename of filePath. | |
| filePath | Yes | Path to a .md file on the MCP server host, read as UTF-8. Prefer an absolute path. | |
| password | No | Readers must supply this password to see the content. | |
| viewerStyle | No | Viewer theme: readable (default), github, minimal, report, pamphlet or dark. Unknown values fall back to readable. | |
| shareEndDate | No | yyyyMMdd. The document stops being served after this date. Omit for no end date. | |
| clearPassword | No | true removes the password. | |
| clearShareEndDate | No | true removes the end date, making sharing open-ended. |