DashboardsWriteDo not retry automatically

Create static query

create_static_query

Create a query backed by a literal in-line rowset.

Parameters

ParameterTypeRequiredDescription
slugstringrequiredLowercase kebab-case slug, 3-64 chars
namestringrequiredInput for name.
descriptionstringoptionalInput for description.
rowsobject[]requiredLiteral rowset.
typesobjectoptionalInput for types.
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_static_query",
"arguments": {
"slug": "value",
"name": "value",
"rows": "value"
}
}

Use this tool in

Related Dashboards tools