update_user_config
Updates a user's personalization setting via dot-notation key. Accepts a key path and value, auto-converting strings to bool/int when appropriate.
Instructions
Update a user's personalization setting. Args: key: Dot-notation path (e.g., 'sync.enabled', 'orchestration.mode', 'display_name') value: New value (strings are auto-converted to bool/int when appropriate)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |