Skip to main content
Glama

Kapiti MCP Server

by Headlesshost

update_staging_site

Updates staging site details including name, locale, URLs, and content properties for website testing and development environments.

Instructions

Update staging site information

Input Schema

NameRequiredDescriptionDefault
contentNoStaging site content
contentSiteIdYesContent Site ID
guideUrlNoStaging site guide URL
isHeadYesIs the default staging site
localeNoStaging site default locale
nameNoStaging site name
stageUrlNoStaging site stage URL
stagingSiteIdYesStaging Site ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "additionalProperties": {}, "description": "Staging site content", "type": "object" }, "contentSiteId": { "description": "Content Site ID", "type": "string" }, "guideUrl": { "description": "Staging site guide URL", "type": "string" }, "isHead": { "description": "Is the default staging site", "type": "boolean" }, "locale": { "description": "Staging site default locale", "type": "string" }, "name": { "description": "Staging site name", "type": "string" }, "stageUrl": { "description": "Staging site stage URL", "type": "string" }, "stagingSiteId": { "description": "Staging Site ID", "type": "string" } }, "required": [ "contentSiteId", "stagingSiteId", "isHead" ], "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