config_set
Update webapp config. Pass keys: server_host, server_port, theme, auto_sync, notifications, llm.
Instructions
Update webapp config. Pass keys: server_host, server_port, theme, auto_sync, notifications, llm.
Return Format
Standard dict with keys: success, message, data
Examples
await call_tool("config_set", {"theme": "dark"})Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | No | ||
| theme | No | ||
| auto_sync | No | ||
| server_host | No | ||
| server_port | No | ||
| notifications | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |