Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital

check_export_status

Monitor the progress of database exports in Optimizely DXP environments (Integration, Preproduction, Production) by verifying status using export ID and database name.

Instructions

Check the status of a database export

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
apiSecretNo
databaseNameYes
environmentYes
exportIdYes
projectIdNo
projectNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "apiSecret": { "type": "string" }, "databaseName": { "enum": [ "epicms", "epicommerce" ], "type": "string" }, "environment": { "enum": [ "Integration", "Preproduction", "Production" ], "type": "string" }, "exportId": { "type": "string" }, "projectId": { "type": "string" }, "projectName": { "type": "string" } }, "required": [ "exportId", "environment", "databaseName" ], "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