Skip to main content
Glama

QuickBase MCP Server

quickbase_create_junction_table

Establish many-to-many relationships in QuickBase by generating a junction table with specified table IDs, field labels, and optional additional fields.

Instructions

Create a junction table for many-to-many relationships

Input Schema

NameRequiredDescriptionDefault
additionalFieldsNoAdditional fields for the junction table
junctionTableNameYesName for the junction table
table1FieldLabelYesLabel for reference to first table
table1IdYesFirst table ID
table2FieldLabelYesLabel for reference to second table
table2IdYesSecond table ID

Input Schema (JSON Schema)

{ "properties": { "additionalFields": { "description": "Additional fields for the junction table", "items": { "properties": { "fieldType": { "type": "string" }, "label": { "type": "string" } }, "type": "object" }, "type": "array" }, "junctionTableName": { "description": "Name for the junction table", "type": "string" }, "table1FieldLabel": { "description": "Label for reference to first table", "type": "string" }, "table1Id": { "description": "First table ID", "type": "string" }, "table2FieldLabel": { "description": "Label for reference to second table", "type": "string" }, "table2Id": { "description": "Second table ID", "type": "string" } }, "required": [ "junctionTableName", "table1Id", "table2Id", "table1FieldLabel", "table2FieldLabel" ], "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