Skip to main content
Glama

MCP Vertica

by nolleh

copy_data

Transfer data rows into a Vertica table using the COPY command. Specifies a schema, target table, and data set for efficient data insertion within the Vertica database system.

Instructions

Copy data into a Vertica table using COPY command.

Args: ctx: FastMCP context for progress reporting and logging schema: vertica schema to execute the copy against table: Target table name data: List of rows to insert Returns: Status message indicating success or failure

Input Schema

NameRequiredDescriptionDefault
dataYes
schemaYes
tableYes

Input Schema (JSON Schema)

{ "properties": { "data": { "items": { "items": {}, "type": "array" }, "title": "Data", "type": "array" }, "schema": { "title": "Schema", "type": "string" }, "table": { "title": "Table", "type": "string" } }, "required": [ "schema", "table", "data" ], "title": "copy_dataArguments", "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