Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital

complete_deployment

Finalize a deployment in Verification state on Optimizely DXP MCP Server. Use this tool to complete the process by providing the required deployment ID, ensuring the deployment moves to the next stage.

Instructions

Complete a deployment that is in Verification state

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
apiSecretNo
deploymentIdYes
projectIdNo
projectNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "apiSecret": { "type": "string" }, "deploymentId": { "type": "string" }, "projectId": { "type": "string" }, "projectName": { "type": "string" } }, "required": [ "deploymentId" ], "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