Propose a configuration change
propose_configurationPrepare a change to how the locator looks or behaves, WITHOUT applying it. Returns the exact list of differences. Show that list to the person and get their agreement before calling apply_configuration. Call describe_configuration first so the keys are real.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Visitor-facing wording overrides, by label key. | |
| layouts | No | Field layout per surface: { card?, popup?, detail? }, each { order, hidden, regions }. | |
| request | Yes | What the person asked for, in their words. Stored with the proposal as its record. | |
| summary | Yes | One sentence describing what this change does. | |
| branding | No | Brand changes: { accentColor?: '#RRGGBB', settings?: { ...brand tokens } }. | |
| settings | No | Behaviour settings by key, from describe_configuration. |