DashboardsRead-only

List queries

list_queries

List queries in the workspace (id, slug, name, source). Note: dataType filter is accepted but not honored by the store.

Parameters

ParameterTypeRequiredDescription
dataType"transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents"optionalInput for dataType.
feedIdstringoptionalInput for feedId.
tagstringoptionalInput for tag.

Example call

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

{
"tool": "list_queries",
"arguments": {}
}

Use this tool in

Related Dashboards tools