Skip to main content
Glama

Redshift MCP Server

by Moonlight-CL

get_execution_plan

Analyze SQL query performance by retrieving the actual execution plan with runtime statistics from the Redshift MCP Server.

Instructions

Get actual execution plan with runtime statistics for a SQL query

Input Schema

NameRequiredDescriptionDefault
sqlYesThe SQL query to analyze

Input Schema (JSON Schema)

{ "properties": { "sql": { "description": "The SQL query to analyze", "type": "string" } }, "required": [ "sql" ], "type": "object" }
Install Server

Other Tools from Redshift 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/Moonlight-CL/redshift-mcp-server'

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