Database Updater MCP Server
by AnuragRai017
Verified
update_database
Update the database from a CSV or Excel file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionString | Yes | Connection string for the database | |
databaseType | Yes | Type of database (e.g., PostgreSQL, MySQL, MongoDB, SQLite) | |
filePath | Yes | Path to the CSV or Excel file | |
tableName | Yes | Name of the table to update |