Skip to main content
Glama

QuickBase MCP Server

quickbase_create_record

Create a new record in a QuickBase table by specifying the table ID and field values. Simplify data entry and management within the QuickBase MCP Server.

Instructions

Create a new record in a table

Input Schema

NameRequiredDescriptionDefault
fieldsYesField values as fieldId: {value: actualValue} pairs
tableIdYesTable ID to create record in

Input Schema (JSON Schema)

{ "properties": { "fields": { "additionalProperties": true, "description": "Field values as fieldId: {value: actualValue} pairs", "type": "object" }, "tableId": { "description": "Table ID to create record in", "type": "string" } }, "required": [ "tableId", "fields" ], "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