DashboardsWriteDo not retry automatically
Create relationship
create_relationshipRegister a custom feed relationship (join edge in the semantic layer).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
fromFeedDataType | "transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents" | required | Input for fromFeedDataType. |
fromField | string | required | Input for fromField. |
toFeedDataType | "transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents" | required | Input for toFeedDataType. |
toField | string | required | Input for toField. |
cardinality | "one-to-one" | "many-to-one" | "one-to-many" | required | Input for cardinality. |
label | string | optional | Input 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
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent