Skip to main content
Glama

Kapiti MCP Server

by Headlesshost

delete_staging_site

Remove staging sites from the Kapiti CMS platform by specifying content and staging site IDs, with optional reason documentation for deletion tracking.

Instructions

Delete a staging site

Input Schema

NameRequiredDescriptionDefault
contentSiteIdYesContent Site ID
reasonNoReason for deletion
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" }, "reason": { "description": "Reason for deletion", "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