write_user_preferences
Merges new user preferences into the existing configuration file to allow incremental updates without overwriting prior choices.
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 |