Skip to main content
Glama

Kapiti MCP Server

by Headlesshost

delete_content_site

Remove content sites from the Kapiti platform by specifying the site ID and deletion reason to manage website content operations.

Instructions

Delete a content site

Input Schema

NameRequiredDescriptionDefault
contentSiteIdYesContent Site ID
reasonNoReason for deletion

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" } }, "required": [ "contentSiteId" ], "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