Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital

start_deployment

Initiate code, content, or full deployments between Optimizely DXP environments. Configure source and target environments, choose deployment type, and manage Commerce-specific options for CMS or Commerce apps.

Instructions

Start deployment between environments. Smart defaults: Upward (Int→Pre, Pre→Prod) deploys CODE; Downward (Prod→Pre/Int) copies CONTENT. Override with deploymentType: "code", "content", or "all". Commerce: set sourceApps: ["cms", "commerce"]

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
apiSecretNo
deploymentTypeNo
directDeployNo
includeBlobNo
includeDatabaseNo
projectIdNo
projectNameNo
sourceAppsNo
sourceEnvironmentYes
targetEnvironmentYes
useMaintenancePageNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "apiSecret": { "type": "string" }, "deploymentType": { "enum": [ "code", "content", "all" ], "type": "string" }, "directDeploy": { "default": false, "type": "boolean" }, "includeBlob": { "type": "boolean" }, "includeDatabase": { "type": "boolean" }, "projectId": { "type": "string" }, "projectName": { "type": "string" }, "sourceApps": { "items": { "type": "string" }, "type": "array" }, "sourceEnvironment": { "enum": [ "Integration", "Preproduction", "Production" ], "type": "string" }, "targetEnvironment": { "enum": [ "Integration", "Preproduction", "Production" ], "type": "string" }, "useMaintenancePage": { "default": false, "type": "boolean" } }, "required": [ "sourceEnvironment", "targetEnvironment" ], "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/JaxonDigital/optimizely-dxp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server