Apply a pricing decision to Wheelhouse
apply_decisionApply a proposed pricing decision to Wheelhouse. Writes fixed custom rates for gap nights, defaults to dry-run preview; use confirm=true to execute. Saves previous rates for revert.
Instructions
Applies a proposed pricing decision to Wheelhouse for real (writes fixed custom rates for the decision's gap nights). This tool DOES change prices — but only with explicit confirm=true; it defaults to a dry run that shows the exact payload without writing anything. The prior custom rates are snapshotted to the decision log before writing, so every applied decision can be undone with revert_decision. Requires WHEELHOUSE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually write to Wheelhouse — without it you get a dry-run preview | |
| dry_run | No | Preview the exact payload without writing (default: true unless confirm=true) | |
| decision_id | Yes | Decision id from propose_decisions, e.g. "d2" |