Skip to main content
Glama

Optimizely DXP MCP Server

by JaxonDigital

generate_storage_sas_link

Generate secure, time-limited access links (SAS) for storage containers in Optimizely DXP environments. Specify permissions and expiry to control access to Integration, Preproduction, or Production containers.

Instructions

Generate SAS link for storage container

Input Schema

NameRequiredDescriptionDefault
apiKeyNo
apiSecretNo
containerNameYes
environmentYes
expiryHoursNo
permissionsNoRead
projectIdNo
projectNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiKey": { "type": "string" }, "apiSecret": { "type": "string" }, "containerName": { "type": "string" }, "environment": { "enum": [ "Integration", "Preproduction", "Production" ], "type": "string" }, "expiryHours": { "default": 24, "type": "number" }, "permissions": { "default": "Read", "enum": [ "Read", "Write", "Delete", "List" ], "type": "string" }, "projectId": { "type": "string" }, "projectName": { "type": "string" } }, "required": [ "environment", "containerName" ], "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