quickbase_get_relationships
Retrieve and manage relationships for a specified table using the QuickBase MCP Server, enabling efficient data structure organization and integration.
Instructions
Get relationships for a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tableId | Yes | Table ID |
Input Schema (JSON Schema)
{
"properties": {
"tableId": {
"description": "Table ID",
"type": "string"
}
},
"required": [
"tableId"
],
"type": "object"
}