describe_setting
Get the full catalog details and live value of any setting by specifying its dotted path.
Instructions
Return the full catalog entry for one setting (type / allowed values / description / default / side effects / restartRequired / sensitivity) plus its current value from the live store. Returns an error if the path is not in the catalog — use get_config for paths outside it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dotted path (e.g. "engine.model", "paste.strategy", "hotkeys.toggleRecording"). |