Skip to main content
Glama

QuickBase MCP Server

quickbase_create_relationship

Establishes a parent-child relationship between tables in QuickBase by linking them via a foreign key field in the child table.

Instructions

Create a parent-child relationship between tables

Input Schema

NameRequiredDescriptionDefault
childTableIdYesChild table ID
foreignKeyFieldIdYesForeign key field ID in child table
parentTableIdYesParent table ID

Input Schema (JSON Schema)

{ "properties": { "childTableId": { "description": "Child table ID", "type": "string" }, "foreignKeyFieldId": { "description": "Foreign key field ID in child table", "type": "number" }, "parentTableId": { "description": "Parent table ID", "type": "string" } }, "required": [ "parentTableId", "childTableId", "foreignKeyFieldId" ], "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