List Tables
analytics_list_tablesList all user tables in a database with row counts to discover available data before querying specific tables.
Instructions
List all user tables in the database together with their row counts.
Use this first to discover what data is available before describing or querying a specific table. It does not read row contents, only metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | ``markdown`` (human-readable, default) or ``json``. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |