Expand description
The list_tables tool: returns the names and schemas of all tables in the
database. Useful for discovery before issuing queries.
Structs§
- List
Tables Input - The input parameters for the
list_tablestool. - List
Tables Output - The result of listing tables in the database.
- List
Tables Tool - List all tables in the database with their names and CREATE TABLE schemas. Returns an empty list if no tables exist. Useful for discovering the database structure before writing queries.
- Table
Info - Metadata for a single table in the database.
Enums§
- List
Tables Error - Errors specific to the
list_tablestool.