DashboardsWriteDo not retry automatically

Create query

create_query

Create a single-feed query. transforms is the validated discriminated-union pipeline.

Parameters

ParameterTypeRequiredDescription
slugstringrequiredLowercase kebab-case slug, 3-64 chars
namestringrequiredInput for name.
descriptionstringoptionalInput for description.
feedIdstringrequiredUse list_feeds first.
dataType"transactions" | "balances" | "trades" | "holdings" | "orders" | "loans" | "receipts" | "invoices" | "documents"requiredInput for dataType.
scope"workspace" | "family"optionalFamily scope reads across portal children.
parametersobject[]optionalInput for parameters.
transformsunknown[]optionalInput for transforms.
folderIdstring | nulloptionalInput for folderId.
tagsstring[]optionalInput for tags.

Example call

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

{
"tool": "create_query",
"arguments": {
"slug": "value",
"name": "value",
"feedId": "feedId_123",
"dataType": "value"
}
}

Use this tool in

Related Dashboards tools