list_tables
List all tables and views in the SQLite database to discover relation names for profiling and statistical testing.
Instructions
List the tables and views available through the configured SQLite database.
Use this read-only tool to discover relation names before profiling or testing. It accepts no arguments and never returns the database path or connection credentials. It does not extract data, so row-limit and null-handling behavior do not apply. It cannot list columns or execute SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |