Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital

update_monitoring_interval

Adjust the monitoring frequency for active deployment monitors on the Optimizely DXP MCP Server. Specify the deployment ID and interval (10-600 seconds) to modify tracking updates.

Instructions

Update the monitoring frequency for active deployment monitors

Input Schema

NameRequiredDescriptionDefault
deploymentIdNo
intervalYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deploymentId": { "type": "string" }, "interval": { "maximum": 600, "minimum": 10, "type": "number" } }, "required": [ "interval" ], "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