Skip to main content
Glama

Kapiti MCP Server

by Headlesshost

clone_staging_site

Clone a staging site to create a new copy for testing or development purposes using specified content and staging site IDs.

Instructions

Clone a staging site

Input Schema

NameRequiredDescriptionDefault
contentSiteIdYesContent site ID
newNameNoName for the cloned site
stagingSiteIdYesStaging site ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contentSiteId": { "description": "Content site ID", "type": "string" }, "newName": { "description": "Name for the cloned site", "type": "string" }, "stagingSiteId": { "description": "Staging site ID", "type": "string" } }, "required": [ "contentSiteId", "stagingSiteId" ], "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