write_user_preferences
Merges JSON content from the configuration wizard into existing user preferences, ensuring incremental saves preserve earlier settings.
Instructions
Write user-preferences.json produced by the first-run config wizard.
Merges the provided JSON into any existing preferences so incremental wizard
saves do not overwrite earlier sections.
Args:
json_content: JSON string with preference keys (news_topics, journals,
pubmed_query, openalex_query, theme, density, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |