Expand description
The list_views tool: returns the names and defining SQL of all views in
the database. Useful for discovery before issuing queries against views.
Structs§
- List
Views Input - The input parameters for the
list_viewstool. - List
Views Output - The result of listing views in the database.
- List
Views Tool - List all views in the database with their names and defining SQL statements.
- View
Info - Metadata for a single view in the database.
Enums§
- List
Views Error - Errors specific to the
list_viewstool.