list_tables
Retrieve all tables and views from a Microsoft SQL Server database, showing column names, data types, and nullability.
Instructions
列出指定資料庫中所有的 TABLE 和 VIEW,包含欄位名稱、型別、是否可為 NULL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | 要查詢的資料庫連線名稱(用 list_databases 取得可用清單)。若只設定一個連線可省略。 |