DashboardsWriteDo not retry automatically
Create static query
create_static_queryCreate a query backed by a literal in-line rowset.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | required | Lowercase kebab-case slug, 3-64 chars |
name | string | required | Input for name. |
description | string | optional | Input for description. |
rows | object[] | required | Literal rowset. |
types | object | optional | Input for types. |
transforms | unknown[] | optional | Input for transforms. |
folderId | string | null | optional | Input for folderId. |
tags | string[] | optional | Input 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
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent