listTables
listTablesList all tables and views in a database schema, with names, types, and comments. Optionally filter by keyword or use current connection context.
Instructions
List all tables and views in a database schema. Returns table names, types (TABLE/VIEW), and comments. Uses the current context (project/connection/schema) if parameters are not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | No | NeoSQL connection ID from listConnections. If omitted, uses current context connectionId. | |
| schema | No | MCP-enabled database schema name from listConnections (e.g., 'public', 'dbo'). If omitted, uses current context schema. | |
| search | No | Search keyword to filter tables by name or comment (case-insensitive). If omitted, returns all tables. |