Skip to main content
Glama

MCP Vertica

by nolleh

list_indexes

Retrieve detailed index information for a specified table in a Vertica database. Specify the table name and optional schema to view all associated indexes.

Instructions

List all indexes for a specific table.

Args: ctx: FastMCP context for progress reporting and logging table_name: Name of the table to inspect schema: Schema name (default: public) Returns: Index information as a string

Input Schema

NameRequiredDescriptionDefault
schemaNopublic
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "schema": { "default": "public", "title": "Schema", "type": "string" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name" ], "title": "list_indexesArguments", "type": "object" }
Install Server

Other Tools from MCP Vertica

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/nolleh/mcp-vertica'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server