config_get
Retrieve live configuration values from the orchestrator. Omit the key to list all available config names.
Instructions
Read one or all live orchestrator configuration values. Returns {ok:true, key, value} for a single key, or {ok:true, config:{...}} for all keys. Returns {ok:false, error:"Unknown config key: "..." Known keys: ..."} if the key is not recognised. Call without a key to discover available config names; use config_set to update values at runtime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Specific config key to read. Omit to return all values. |