Skip to main content
Glama

QuickBase MCP Server

quickbase_create_advanced_relationship

Define and establish complex table relationships in QuickBase, including automatic lookup fields, by specifying parent and child tables, field labels, and relationship type.

Instructions

Create a comprehensive table relationship with automatic lookup fields

Input Schema

NameRequiredDescriptionDefault
childTableIdYesChild table ID
lookupFieldsNoLookup fields to create automatically
parentTableIdYesParent table ID
referenceFieldLabelYesLabel for the reference field to create
relationshipTypeNoType of relationshipone-to-many

Input Schema (JSON Schema)

{ "properties": { "childTableId": { "description": "Child table ID", "type": "string" }, "lookupFields": { "description": "Lookup fields to create automatically", "items": { "properties": { "childFieldLabel": { "description": "Label for lookup field in child table", "type": "string" }, "parentFieldId": { "description": "Field ID in parent table to lookup", "type": "number" } }, "required": [ "parentFieldId", "childFieldLabel" ], "type": "object" }, "type": "array" }, "parentTableId": { "description": "Parent table ID", "type": "string" }, "referenceFieldLabel": { "description": "Label for the reference field to create", "type": "string" }, "relationshipType": { "default": "one-to-many", "description": "Type of relationship", "enum": [ "one-to-many", "many-to-many" ], "type": "string" } }, "required": [ "parentTableId", "childTableId", "referenceFieldLabel" ], "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