Skip to main content
Glama

Database Updater MCP Server

update_database

Update databases using CSV or Excel files by specifying connection string, database type, file path, and table name. Simplify data management across PostgreSQL, MySQL, MongoDB, and SQLite.

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

You must be authenticated.

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