schema_check
Introspect the database and report any missing tables or columns that tools depend on, indicating contract breakage.
Instructions
Introspect the live DB and report any tables/columns the tools DEPEND ON that are missing (the breakage side of drift). ok:true means the contract holds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Target database environment (wired now: dev). Defaults to dev (safe). | dev |