Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital

deploy_package_and_start

Deploy packages from source to target environments in Optimizely DXP, enabling streamlined deployment workflows across Integration, Preproduction, and Production with direct deployment options.

Instructions

Deploy a package and start deployment

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
apiSecretNo
directDeployNo
packagePathYes
projectIdNo
projectNameNo
sourceEnvironmentYes
targetEnvironmentYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "apiSecret": { "type": "string" }, "directDeploy": { "default": true, "type": "boolean" }, "packagePath": { "type": "string" }, "projectId": { "type": "string" }, "projectName": { "type": "string" }, "sourceEnvironment": { "enum": [ "Integration", "Preproduction", "Production" ], "type": "string" }, "targetEnvironment": { "enum": [ "Integration", "Preproduction", "Production" ], "type": "string" } }, "required": [ "sourceEnvironment", "targetEnvironment", "packagePath" ], "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