DashboardsRead-only

Get query

get_query

Get one query by id.

Parameters

ParameterTypeRequiredDescription
queryIdstringrequiredInput for queryId.

Example call

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

{
"tool": "get_query",
"arguments": {
"queryId": "queryId_123"
}
}

Use this tool in

Related Dashboards tools