Skip to main content
Glama

Insforge MCP Server

by InsForge

bulk-upsert

Insert or update multiple records from CSV or JSON files using a unique key to manage database changes efficiently.

Instructions

Bulk insert or update data from CSV or JSON file. Supports upsert operations with a unique key.

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key for authentication (optional if provided via --api_key)
filePathYesPath to CSV or JSON file containing data to import
tableYes
upsertKeyNo

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for authentication (optional if provided via --api_key)", "type": "string" }, "filePath": { "description": "Path to CSV or JSON file containing data to import", "type": "string" }, "table": { "minLength": 1, "type": "string" }, "upsertKey": { "type": "string" } }, "required": [ "table", "filePath" ], "type": "object" }

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/InsForge/insforge-mcp'

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