Skip to main content
Glama

MCP Vertica

by nolleh

execute_query

Execute SQL queries on Vertica databases to retrieve results, manage database connections, and handle schema operations securely via the MCP Vertica server.

Instructions

Execute a SQL query and return the results.

Args: ctx: FastMCP context for progress reporting and logging query: SQL query to execute database: Optional database name to execute the query against Returns: Query results as a string

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "execute_queryArguments", "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