enable_telemetry
Activate anonymous telemetry collection to gather tool usage patterns and error data for product improvement. No personal data is collected, only tool names and error types.
Instructions
🔔 Enable anonymous usage telemetry collection. INSTANT: <1s. Resumes collecting tool usage patterns and error data for product improvement. No personal data collected, only tool names and error types. Change persists for session. No parameters. Returns confirmation of enabled telemetry.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- lib/utils/tool-availability-matrix.ts:329-333 (registration)Tool availability matrix entry registering 'enable_telemetry' as a Monitoring tool available to all hosting types. No handler or schema found in codebase despite extensive search.'enable_telemetry': { hostingTypes: ['dxp-paas', 'dxp-saas', 'self-hosted', 'unknown'], category: 'Monitoring', description: 'Enable telemetry' },