Skip to main content
Glama

QuickBase MCP Server

quickbase_update_field

Modify field properties in QuickBase tables, including labels, requirements, and choice options, using the QuickBase MCP Server for efficient updates.

Instructions

Update an existing field

Input Schema

NameRequiredDescriptionDefault
choicesNoNew choices for choice fields
fieldIdYesField ID to update
labelNoNew field label
requiredNoWhether field is required
tableIdYesTable ID

Input Schema (JSON Schema)

{ "properties": { "choices": { "description": "New choices for choice fields", "items": { "type": "string" }, "type": "array" }, "fieldId": { "description": "Field ID to update", "type": "number" }, "label": { "description": "New field label", "type": "string" }, "required": { "description": "Whether field is required", "type": "boolean" }, "tableId": { "description": "Table ID", "type": "string" } }, "required": [ "tableId", "fieldId" ], "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