db_list_tables
List all known tables for a database connection, including descriptions and column counts from the knowledge store.
Instructions
List all known tables for a connection, with descriptions and column counts.
Tables appear once they have been fetched via db_get_schema or annotated via
db_annotate. Descriptions come from the knowledge store — richer than raw
INFORMATION_SCHEMA.
Args:
connection: Connection name. Defaults to first defined.
Returns:
{connection, database, tables: [{table_fqn, description, aliases, column_count}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No |