Skip to main content

Module list_tables_tool

Module list_tables_tool 

Source
Expand description

The list_tables tool: returns the names and schemas of all tables in the database. Useful for discovery before issuing queries.

Structs§

ListTablesInput
The input parameters for the list_tables tool.
ListTablesOutput
The result of listing tables in the database.
ListTablesTool
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.
TableInfo
Metadata for a single table in the database.

Enums§

ListTablesError
Errors specific to the list_tables tool.