Skip to main content
Glama

MCP Vertica

by nolleh

execute_query

Run SQL queries on Vertica databases directly within the MCP Vertica server. Streamline data retrieval and analysis by executing queries efficiently, with support for connection pooling and schema management.

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" }

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