get_governance_state
Verify GBLIN protocol governance: confirm timelock ownership, delays, role counts, pending proposals, and operation status. Use this read-only check to gate trust-sensitive actions.
Instructions
Verify GBLIN protocol governance state: confirms whether GBLIN_V5 is owned by the 48h Timelock, reads the timelock's min delay and grace period, reports role member counts, and surfaces any pending asset-addition proposal on the index contract. If an operation_id is provided, also reports the status of that specific timelock operation. Read-only — use this to gate trust-sensitive agent actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation_id | No | Optional 0x-prefixed 32-byte hex id of a specific timelock operation to inspect. |