Skip to main content
Glama

Redshift MCP Server

by Moonlight-CL

analyze_table

Collect and analyze statistics for specified tables in Amazon Redshift to optimize database performance and query execution efficiency.

Instructions

Analyze table to collect statistics information

Input Schema

NameRequiredDescriptionDefault
schemaYesSchema name
tableYesTable name

Input Schema (JSON Schema)

{ "properties": { "schema": { "description": "Schema name", "type": "string" }, "table": { "description": "Table name", "type": "string" } }, "required": [ "schema", "table" ], "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