disable_telemetry
Stop anonymous usage telemetry collection in Optimizely DXP MCP Server to prevent analytics and error data gathering. Telemetry is optional and helps improve server functionality.
Instructions
🔇 Disable anonymous usage telemetry collection. INSTANT: <1s. Stops collecting tool usage analytics and error data. Telemetry helps improve MCP server but is fully optional. Change persists for session. No parameters. Returns confirmation of disabled telemetry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- lib/utils/tool-availability-matrix.ts:324-328 (registration)Registration of the 'disable_telemetry' tool in the ToolAvailabilityMatrix. Available for all hosting types in the 'Monitoring' category with description 'Disable telemetry'. This is the only reference to the tool name in the codebase.
'disable_telemetry': { hostingTypes: ['dxp-paas', 'dxp-saas', 'self-hosted', 'unknown'], category: 'Monitoring', description: 'Disable telemetry' },