Skip to main content
Glama

QuickBase MCP Server

quickbase_get_relationship_details

Retrieve comprehensive details about table relationships and lookup fields for a specified table ID, including optional related field information, using the QuickBase MCP Server.

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