profile_get_set
Read or write profile knobs, including AUTIST settings and wake_depth. Use 'get' to retrieve values or 'set' to update a specific knob.
Instructions
Read or write a profile knob (11 sealed: 10 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 | |||