publish
Publish content as a clean, shareable public web page and get back a URL you can give to a human. Use this whenever you produce a report, plan, summary, analysis, doc, or any artifact the user should read or share — instead of dumping a wall of text into chat. Content is Markdown by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Page title. | |
| format | No | Content format. Default markdown. | |
| content | Yes | Page body in Markdown (headings, lists, code blocks, links, bold/italic supported). |