list_datasets
Enumerate all database tables and views with their types and column counts to obtain valid table names for SQL queries.
Instructions
List every table and view available in the database, with its type and column count. Call this first when exploring an unknown database -- run_sql_query needs real table names to work with.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||