create_shared_doc
Create a shareable Markdown document and return a public URL. Set an optional password and expiry to control access.
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 |