Skip to main content
Glama

Redash MCP Server

by jasonsmithj

get_data_source

Retrieve configuration details and metadata for a specific data source by providing its unique identifier to manage database connections and query settings.

Instructions

Get details about a specific data source

Input Schema

NameRequiredDescriptionDefault
data_source_idYesThe ID of the data source

Input Schema (JSON Schema)

{ "properties": { "data_source_id": { "description": "The ID of the data source", "minimum": 1, "type": "number" } }, "required": [ "data_source_id" ], "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