update_notification_provider_setting
Update notification provider settings to enable or disable notifications for a specific provider.
Instructions
Update notification provider setting. Enable or disable notifications for a specific provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| providerId | Yes | a string that will be trimmed | |
| enabled | Yes | Whether to enable or disable the provider |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |