Skip to main content
Glama

QuickBase MCP Server

quickbase_create_lookup_field

Create a lookup field in QuickBase by linking a child table to a parent table, enabling data reference and integration across related tables for improved data management.

Instructions

Create a lookup field to pull data from a related table

Input Schema

NameRequiredDescriptionDefault
childTableIdYesChild table ID where lookup field will be created
lookupFieldLabelYesLabel for the new lookup field
parentFieldIdYesField ID in parent table to lookup
parentTableIdYesParent table ID to lookup from
referenceFieldIdYesReference field ID in child table

Input Schema (JSON Schema)

{ "properties": { "childTableId": { "description": "Child table ID where lookup field will be created", "type": "string" }, "lookupFieldLabel": { "description": "Label for the new lookup field", "type": "string" }, "parentFieldId": { "description": "Field ID in parent table to lookup", "type": "number" }, "parentTableId": { "description": "Parent table ID to lookup from", "type": "string" }, "referenceFieldId": { "description": "Reference field ID in child table", "type": "number" } }, "required": [ "childTableId", "parentTableId", "referenceFieldId", "parentFieldId", "lookupFieldLabel" ], "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