Call a governance agent's check_governance tool and return a typed result.
check_governance
Use this inside handlers for tools with financial commitment:
create_media_buy
update_media_buy
activate_signal
The result includes governanceContext which must be threaded through the media buy lifecycle (attach to the response, pass on subsequent checks).
governanceContext
Call a governance agent's
check_governancetool and return a typed result.Use this inside handlers for tools with financial commitment:
create_media_buy— commits budgetupdate_media_buy— modifies budget, adds packagesactivate_signal— activates paid signalsThe result includes
governanceContextwhich must be threaded through the media buy lifecycle (attach to the response, pass on subsequent checks).