list-views
Retrieve and display all views within a specified database and schema using the Simple Snowflake MCP Server.
Instructions
List all views in a database and schema.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes | ||
schema | Yes |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"type": "string"
},
"schema": {
"type": "string"
}
},
"required": [
"database",
"schema"
],
"type": "object"
}