Skip to main content
Glama

Redash MCP Server

by jasonsmithj

list_queries

Browse and retrieve all available queries from Redash with pagination support to organize and access your data exploration resources.

Instructions

List all queries in Redash

Input Schema

NameRequiredDescriptionDefault
pageNoPage number (default: 1)
page_sizeNoNumber of results per page (default: 25)

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number (default: 1)", "minimum": 1, "type": "number" }, "page_size": { "description": "Number of results per page (default: 25)", "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }

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/jasonsmithj/redash-mcp'

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