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