list_views
List all views in a specified schema of the Vertica database, returning view details such as name and structure. Defaults to the public schema if no schema is provided.
Instructions
List all views in a schema.
Args:
ctx: FastMCP context for progress reporting and logging
schema: Schema name (default: public)
Returns:
View information as a stringInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | public |