DashboardsRead-only

Suggest widgets

suggest_widgets

Suggest widget candidates for a feed data type, ranked by relevance. feedId is REQUIRED (each candidate query binds to it) — call list_feeds to pick one.

Parameters

ParameterTypeRequiredDescription
feedDataType"transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents"requiredInput for feedDataType.
feedIdstringrequiredThe feed the candidate queries bind to. Required — see list_feeds.
limitintegeroptionalInput for limit.
aggregatedbooleanoptionalInput for aggregated.

Example call

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

{
"tool": "suggest_widgets",
"arguments": {
"feedDataType": "value",
"feedId": "feedId_123"
}
}

Use this tool in

Related Dashboards tools