DashboardsWriteDo not retry automatically

Create relationship

create_relationship

Register a custom feed relationship (join edge in the semantic layer).

Parameters

ParameterTypeRequiredDescription
fromFeedDataType"transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents"requiredInput for fromFeedDataType.
fromFieldstringrequiredInput for fromField.
toFeedDataType"transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents"requiredInput for toFeedDataType.
toFieldstringrequiredInput for toField.
cardinality"one-to-one" | "many-to-one" | "one-to-many"requiredInput for cardinality.
labelstringoptionalInput for label.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "create_relationship",
"arguments": {
"fromFeedDataType": "value",
"fromField": "value",
"toFeedDataType": "value",
"toField": "value",
"cardinality": "value"
}
}

Use this tool in

Related Dashboards tools