create_shared_doc
Publish a Markdown document as a shareable public URL. Specify a title and content to generate a link others can access, with optional password protection and expiry for controlled sharing.
Instructions
Create a shared Markdown doc, returns a public URL. Backend semantics differ: gist backend has no password support (secret URL is the protection) and lazy expiry; selfhost backend enforces both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| author | No | ||
| content | Yes | ||
| password | No | ||
| expires_in_hours | No |