list_views
Retrieve all database views with schema, name, and creation details to analyze structure and dependencies in Microsoft SQL Server.
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) |