list_views
Retrieve a list of all database views with their basic information, including schema, name, and creation details, to understand database structure and available data perspectives.
Instructions
List all views in the database with their basic information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | No | SQL Server connection string (uses default if not provided) | |
| connectionName | No | Named connection to use (e.g., 'production', 'staging') | |
| schema | No | Schema name (default: dbo) | |
| includeSystemViews | No | Include system views (default: false) |