DashboardsRead-only

Describe fields

describe_fields

Describe the field catalog reachable from a feed data type, following relationship join hops.

Parameters

ParameterTypeRequiredDescription
feedDataType"transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents"requiredInput for feedDataType.
depthLimitintegeroptionalMax join hops. Default 3.

Example call

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

{
"tool": "describe_fields",
"arguments": {
"feedDataType": "value"
}
}

Use this tool in

Related Dashboards tools