write_user_preferences
Merges new JSON preference data into existing user-preferences.json to preserve earlier settings during incremental setup wizard saves.
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 |