Skip to main content
Glama

Kapiti MCP Server

by Headlesshost

publish_staging_site

Publish a staging site to production, making it live for users with approval, scheduling, and optional preview.

Instructions

Publish a staging site to make it live

Input Schema

NameRequiredDescriptionDefault
commentsYesMessage for this publish
contentSiteIdYesContent Site ID
isApprovedYesIs the publish approved
previewUrlNoPreview URL for the staging site
publishAtNoWhen to publish the staging site
stagingSiteIdYesStaging Site ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comments": { "description": "Message for this publish", "type": "string" }, "contentSiteId": { "description": "Content Site ID", "type": "string" }, "isApproved": { "description": "Is the publish approved", "type": "boolean" }, "previewUrl": { "description": "Preview URL for the staging site", "type": "string" }, "publishAt": { "description": "When to publish the staging site", "format": "date-time", "type": "string" }, "stagingSiteId": { "description": "Staging Site ID", "type": "string" } }, "required": [ "contentSiteId", "stagingSiteId", "comments", "isApproved" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Headlesshost/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server