Skip to main content
Glama

QuickBase MCP Server

quickbase_create_field

Add a new field to a QuickBase table by specifying its label, type, and optional configurations such as required status, uniqueness, or predefined choices.

Instructions

Create a new field in a table

Input Schema

NameRequiredDescriptionDefault
choicesNoChoices for choice fields
fieldTypeYesType of field
formulaNoFormula for formula fields
labelYesField label/name
lookupFieldIdNoField ID for lookup fields
lookupTableIdNoTable ID for lookup fields
requiredNoWhether field is required
tableIdYesTable ID to add field to
uniqueNoWhether field must be unique

Input Schema (JSON Schema)

{ "properties": { "choices": { "description": "Choices for choice fields", "items": { "type": "string" }, "type": "array" }, "fieldType": { "description": "Type of field", "enum": [ "text", "text_choice", "text_multiline", "richtext", "numeric", "currency", "percent", "date", "datetime", "checkbox", "email", "phone", "url", "address", "file", "lookup", "formula", "reference" ], "type": "string" }, "formula": { "description": "Formula for formula fields", "type": "string" }, "label": { "description": "Field label/name", "type": "string" }, "lookupFieldId": { "description": "Field ID for lookup fields", "type": "number" }, "lookupTableId": { "description": "Table ID for lookup fields", "type": "string" }, "required": { "default": false, "description": "Whether field is required", "type": "boolean" }, "tableId": { "description": "Table ID to add field to", "type": "string" }, "unique": { "default": false, "description": "Whether field must be unique", "type": "boolean" } }, "required": [ "tableId", "label", "fieldType" ], "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