Command
3-step guided wizard: schema → table → column. Each step lists candidates with comments so the user picks by reading, not remembering names. Hands off to /redshift-profile. Formalizes the Guided Data Discovery charter.
Command
3-step guided wizard: schema → table → column. Each step lists candidates with comments so the user picks by reading, not remembering names. Hands off to /redshift-profile. Formalizes the Guided Data Discovery charter.
Command
Cross-table column search — find every column whose name or comment matches a keyword across all tables in one (or all) schemas via schema-wide MCP call. Composes the redshift-comment-mcp tools.
Command
Cross-schema table search — find every table whose name or comment matches a keyword across all schemas in the cluster via cluster-wide MCP call. Composes the redshift-comment-mcp tools.
Command
Mine Redshift's STLQUERY (or SYSQUERYHISTORY for serverless) + sqlglot to reconstruct ACTUAL table-to-table lineage from query history. Catches ad-hoc, BI-tool, manual-fix usage that dbt manifest can't see. Read-only; sqlglot helper script ships in assets.
Command
Profile a Redshift column — surface cardinality, top-N values, null rate, min/max, and the existing comment in one round. Read-only; composes the redshift-comment-mcp tools.
Command
Interactively configure a Redshift connection profile via chat Q&A. Non-secret fields collected in conversation; password collected in user's own terminal so it never enters chat history.
Command
Switch the active Redshift profile by flipping the active-profile pointer file. No connection field re-entry; verifies connection before declaring success. Single-profile users get a friendly bow-out.