Skip to main content
Glama

Kapiti MCP Server

by Headlesshost

update_content_site

Modify content site details including contact information, address, URLs, and other operational data for staging environments.

Instructions

Update staging site information

Input Schema

NameRequiredDescriptionDefault
addressLine1NoContent Site Address Line 1
addressLine2NoContent Site Address Line 2
billingEmailNoContent Site Billing Email
cityNoContent Site City
contactEmailNoContent Site Contact Email
contentSiteIdYesContent Site ID
countryNoContent Site Country
nameNoContent Site Name
postalCodeNoContent Site Postal Code
productionUrlNoContent Site Production URL
repoUrlNoContent Site Repository URL
stateNoContent Site State

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addressLine1": { "description": "Content Site Address Line 1", "type": "string" }, "addressLine2": { "description": "Content Site Address Line 2", "type": "string" }, "billingEmail": { "description": "Content Site Billing Email", "type": "string" }, "city": { "description": "Content Site City", "type": "string" }, "contactEmail": { "description": "Content Site Contact Email", "type": "string" }, "contentSiteId": { "description": "Content Site ID", "type": "string" }, "country": { "description": "Content Site Country", "type": "string" }, "name": { "description": "Content Site Name", "type": "string" }, "postalCode": { "description": "Content Site Postal Code", "type": "string" }, "productionUrl": { "description": "Content Site Production URL", "type": "string" }, "repoUrl": { "description": "Content Site Repository URL", "type": "string" }, "state": { "description": "Content Site State", "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