list_tables
Show all tables and views in the SQLite database as CSV, with type, system flag, and optional row counts. Use it to discover available tables and inspect schema before querying.
Instructions
List tables and views as CSV: name, type, system (1 for the server's own memory and audit tables) and row count (tables only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_row_counts | No |