Skip to main content
Glama

Redash MCP Server

by suthio

get-query

Retrieve detailed information about a specific query by providing its unique ID. Enables efficient data exploration and management within the Redash MCP Server environment.

Instructions

Get details of a specific query

Input Schema

NameRequiredDescriptionDefault
queryIdYesID of the query to get

Input Schema (JSON Schema)

{ "properties": { "queryId": { "description": "ID of the query to get", "type": "number" } }, "required": [ "queryId" ], "type": "object" }

You must be authenticated.

Other Tools from Redash MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/suthio/redash-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server