list_tables
Lists all tables and their comments from the connected database, returning schema, name, and comment fields. Supports schema filtering for PostgreSQL, MSSQL, and Oracle.
Instructions
列出当前连接数据库的所有表名与表注释。tables 字段为包含 schema/name/comment 的结构化列表。PostgreSQL/MSSQL/Oracle 未配置 schema 时返回所有非系统 schema 的表,已配置 schema 时只返回该 schema 的表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||