profile_get_set
Read or write profile knobs for system tuning. Use 'get' to retrieve current knob values or 'set' to update a specific knob with a new value.
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 |
|---|---|---|---|
| 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`. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||