profile_get_set
Retrieve or update sealed profile knobs—nine AUTIST traits and wake_depth. Use get to read all or a specific knob's value, set to assign a new value.
Instructions
Read or write a profile knob (10 sealed: 9 AUTIST + wake_depth). operation get|set; returns knob value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| knob | No | Knob name. Omit on 'get' to retrieve all live + deferred knobs. Required on 'set'. | |
| value | No | New value when operation='set'. Any JSON-serialisable type matching the knob's declared type in the sealed registry. | |
| operation | Yes | Whether to read or write a knob. 'get' with no `knob` returns all live + deferred knob values; 'set' requires both `knob` and `value`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||