Skip to main content
Glama

Server Details

Free instant HTML hosting API. Deploy HTML pages, upload files, or extract ZIP archives with automatic TTL expiry and delete tokens. No API keys required.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 1 tool update
    • Addedfork_site
  2. 1 tool update
    • Addedbatch_deploy
  3. 2 tool updates
    • Changeddeploy_html4 fields changed
      • changedInput schema / properties / html / description
        Previous value: -"HTML content to deploy"New value: +"HTML content to deploy (use this OR markdown, not both)"
      • addedInput schema / properties / markdown
        Added value: +{
        +  "description": "Markdown content to deploy — auto-rendered to a styled HTML page (use this OR html, not both)",
        +  "type": "string"
        +}
      • addedInput schema / properties / title
        Added value: +{
        +  "description": "Page title for markdown rendering (auto-detected from first # heading if omitted)",
        +  "type": "string"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "html"
        -]
    • Changedupdate_site4 fields changed
      • changedInput schema / properties / html / description
        Previous value: -"New HTML content"New value: +"New HTML content (use this OR markdown, not both)"
      • addedInput schema / properties / markdown
        Added value: +{
        +  "description": "New Markdown content — auto-rendered to styled HTML (use this OR html, not both)",
        +  "type": "string"
        +}
      • addedInput schema / properties / title
        Added value: +{
        +  "description": "Page title for markdown rendering (auto-detected from first # heading if omitted)",
        +  "type": "string"
        +}
      • changedInput schema / required
        Previous value: -[
        -  "siteId",
        -  "deleteToken",
        -  "html"
        -]New value: +[
        +  "siteId",
        +  "deleteToken"
        +]
  4. 1 tool update
    • Addedget_site_analytics
  5. 2 tool updates
    • Addedbatch_delete
    • Changeddeploy_html1 field changed
      • addedInput schema / properties / passwordExpiry
        Added value: +{
        +  "description": "Password cookie expiry in hours (1-720, default 24). Only applies when password is set.",
        +  "type": "number"
        +}
  6. 2 tool updates
    • Changeddeploy_html1 field changed
      • addedInput schema / properties / password
        Added value: +{
        +  "description": "Optional password to protect the page. Visitors must enter this password to view the content.",
        +  "type": "string"
        +}
    • Changedupdate_site1 field changed
      • addedInput schema / properties / password
        Added value: +{
        +  "description": "Set or update password protection. Empty string removes password.",
        +  "type": "string"
        +}
  7. 2 tool updates
    • Changeddeploy_html3 fields changed
      • addedInput schema / properties / ogDescription
        Added value: +{
        +  "description": "Open Graph description for social media previews (max 500 chars)",
        +  "type": "string"
        +}
      • addedInput schema / properties / ogImage
        Added value: +{
        +  "description": "URL to Open Graph image for social media previews (1200x630px recommended)",
        +  "type": "string"
        +}
      • addedInput schema / properties / ogTitle
        Added value: +{
        +  "description": "Open Graph title for social media previews (max 200 chars)",
        +  "type": "string"
        +}
    • Changedupdate_site3 fields changed
      • addedInput schema / properties / ogDescription
        Added value: +{
        +  "description": "Open Graph description for social media previews (max 500 chars)",
        +  "type": "string"
        +}
      • addedInput schema / properties / ogImage
        Added value: +{
        +  "description": "URL to Open Graph image for social media previews (1200x630px recommended)",
        +  "type": "string"
        +}
      • addedInput schema / properties / ogTitle
        Added value: +{
        +  "description": "Open Graph title for social media previews (max 200 chars)",
        +  "type": "string"
        +}
  8. 2 tool updates
    • Changeddeploy_html2 fields changed
      • addedInput schema / properties / slug
        Added value: +{
        +  "description": "Custom vanity slug for the URL (e.g. \"my-project\" → /s/my-project)",
        +  "type": "string"
        +}
      • changedInput schema / properties / ttl / description
        Previous value: -"Time-to-live in days (null = never expires)"New value: +"Time-to-live in days (omit = never expires)"
    • Addedupdate_site
  9. 3 tool updates
    • First observeddelete_site
    • First observeddeploy_html
    • First observedget_site_info

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose targeting specific operations in the site deployment lifecycle. Tools like deploy_html, batch_deploy, fork_site, update_site, delete_site, batch_delete, get_site_info, and get_site_analytics all address unique actions with no functional overlap, making tool selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case formatting throughout. The naming convention is perfectly uniform, using clear action verbs (deploy, delete, fork, get, update) paired with specific nouns (html, site, analytics, info), creating a predictable and readable toolset.

Tool Count5/5

With 8 tools, this server is well-scoped for its site deployment and management domain. The count is ideal, covering core operations without bloat, and each tool serves a distinct, necessary function in the workflow from creation to deletion and analytics.

Completeness5/5

The toolset provides complete CRUD and lifecycle coverage for site management, including creation (deploy_html, batch_deploy), reading (get_site_info, get_site_analytics), updating (update_site), deletion (delete_site, batch_delete), and forking (fork_site). There are no obvious gaps, enabling agents to handle all typical workflows without dead ends.

Resources