Skip to main content
Glama

Database Updater MCP Server

update_database

Update databases (PostgreSQL, MySQL, MongoDB, SQLite) by importing data from CSV or Excel files. Specify file path, database type, connection string, and table name for precise updates.

Instructions

Update the database from a CSV or Excel file

Input Schema

NameRequiredDescriptionDefault
connectionStringYesConnection string for the database
databaseTypeYesType of database (e.g., PostgreSQL, MySQL, MongoDB, SQLite)
filePathYesPath to the CSV or Excel file
tableNameYesName of the table to update

Input Schema (JSON Schema)

{ "properties": { "connectionString": { "description": "Connection string for the database", "type": "string" }, "databaseType": { "description": "Type of database (e.g., PostgreSQL, MySQL, MongoDB, SQLite)", "type": "string" }, "filePath": { "description": "Path to the CSV or Excel file", "type": "string" }, "tableName": { "description": "Name of the table to update", "type": "string" } }, "required": [ "filePath", "databaseType", "connectionString", "tableName" ], "type": "object" }

Other Tools from Database Updater MCP Server

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/AnuragRai017/database-updater-MCP-Server'

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