mssql_get_views
Retrieve a list of database views with their SQL definitions. Optionally filter by view name to get a specific view's definition.
Instructions
List views in the database with their full SQL definitions. Optionally filter by view name to get a single view's definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| viewName | No | Optional: specific view name to get the definition for. | |
| response_format | No | Response format (default: markdown) | markdown |