list_tables
Discover available database tables, their descriptions, and row counts without writing SQL. Use this first to understand the schema before querying.
Instructions
List all tables available in the database, with a short description and the number of rows of each table. Use this first when you do not know the schema, before writing any SQL. No SQL is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||