DashboardsRead-only
Suggest widgets
suggest_widgetsSuggest 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
| Parameter | Type | Required | Description |
|---|---|---|---|
feedDataType | "transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents" | required | Input for feedDataType. |
feedId | string | required | The feed the candidate queries bind to. Required — see list_feeds. |
limit | integer | optional | Input for limit. |
aggregated | boolean | optional | Input 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
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent