Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital

list_deployments

Retrieve all deployments for a specific Optimizely DXP project. Specify parameters like limit, offset, project ID, and API credentials to filter and manage deployment data.

Instructions

List all deployments for the configured project

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
apiSecretNo
limitNo
offsetNo
projectIdNo
projectNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "apiSecret": { "type": "string" }, "limit": { "default": 20, "maximum": 100, "minimum": 1, "type": "number" }, "offset": { "minimum": 0, "type": "number" }, "projectId": { "type": "string" }, "projectName": { "type": "string" } }, "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