List Views
list_viewsList all database views with their schema and name. Optionally filter by schema or include system views to explore database structure.
Instructions
List all views in the database with their basic information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| includeSystemViews | No | Include system views (default: false) |