Skip to main content
Glama

QuickBase MCP Server

quickbase_validate_relationship

Verify the integrity of table relationships by checking parent-child table links and foreign key fields in QuickBase MCP Server.

Instructions

Validate the integrity of a table relationship

Input Schema

NameRequiredDescriptionDefault
childTableIdYesChild table ID
foreignKeyFieldIdYesForeign key field ID to validate
parentTableIdYesParent table ID

Input Schema (JSON Schema)

{ "properties": { "childTableId": { "description": "Child table ID", "type": "string" }, "foreignKeyFieldId": { "description": "Foreign key field ID to validate", "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