Skip to main content
Glama

QuickBase MCP Server

quickbase_get_relationship_details

Retrieve detailed relationship data for QuickBase tables, including lookup fields, using the specified table ID, with options to include related field information.

Instructions

Get detailed information about table relationships including lookup fields

Input Schema

NameRequiredDescriptionDefault
includeFieldsNoInclude related field details
tableIdYesTable ID to analyze relationships for

Input Schema (JSON Schema)

{ "properties": { "includeFields": { "default": true, "description": "Include related field details", "type": "boolean" }, "tableId": { "description": "Table ID to analyze relationships for", "type": "string" } }, "required": [ "tableId" ], "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