Skip to main content
Glama

QuickBase MCP Server

quickbase_bulk_create_records

Efficiently create multiple records in a QuickBase table at once by specifying table ID and an array of record data, streamlining data entry and management processes.

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