Skip to main content
Glama

Redash MCP Server

by suthio

list-dashboards

View and manage all available dashboards in Redash using the MCP server. Retrieve dashboard details via paginated results for streamlined interaction and data visualization.

Instructions

List all available dashboards in Redash

Input Schema

NameRequiredDescriptionDefault
pageNoPage number (starts at 1)
pageSizeNoNumber of results per page

Input Schema (JSON Schema)

{ "properties": { "page": { "description": "Page number (starts at 1)", "type": "number" }, "pageSize": { "description": "Number of results per page", "type": "number" } }, "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