Skip to main content
Glama

QuickBase MCP Server

quickbase_bulk_create_records

Add multiple records to a specific table in QuickBase using this MCP server tool, streamlining bulk data entry for efficient database management.

Instructions

Create multiple records at once

Input Schema

NameRequiredDescriptionDefault
recordsYesArray of records to create
tableIdYesTable ID

Input Schema (JSON Schema)

{ "properties": { "records": { "description": "Array of records to create", "items": { "properties": { "fields": { "additionalProperties": true, "type": "object" } }, "type": "object" }, "type": "array" }, "tableId": { "description": "Table ID", "type": "string" } }, "required": [ "tableId", "records" ], "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/LawrenceCirillo/QuickBase-MCP-Server'

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