Skip to main content
Glama

QuickBase MCP Server

quickbase_update_field

Modify field properties in QuickBase tables by updating labels, requirements, or choices. Specify table and field IDs to ensure precise adjustments for improved data management.

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