get_database_info
Retrieve physical metadata of a Firebird database file, including ODS version, page size, page count, SQL dialect, and sweep interval, to analyze database structure and approximate file size.
Instructions
Return physical metadata for a Firebird database file. Returns {path, ods_major, ods_minor, page_size, pages, sql_dialect, sweep_interval}. ods_major/ods_minor indicate the Firebird engine version. sql_dialect: 1=legacy, 3=standard. pages × page_size = approximate file size in bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | Database key from list_databases. |