Publish an HTML file
publish_fileUpload an HTML file from your computer to a StelaSpace space and get a permanent link to share. Publish new versions by reusing the same slug.
Instructions
Upload a local .html/.htm file to a StelaSpace space and get back a permanent, shareable URL. The file is read from disk by path, so large files work fine. Reusing a slug publishes a new version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .html/.htm file on this machine (absolute, or relative to the MCP server's working directory). | |
| spaceSlug | Yes | Slug of the target space — call list_spaces to find valid slugs. | |
| title | No | Document title. Defaults to the HTML <title> tag. | |
| slug | No | Document slug. Reuse an existing slug to publish a new version; omit to auto-generate. | |
| tags | No | Optional tags for organization and search. | |
| visibility | No | public = anyone with the link; private = team members only. Defaults to private. |