← Leaderboard
8.6 L4

Redshift V2

Native Assessed · Docs reviewed · Mar 25, 2026 Confidence 0.59 Last evaluated Mar 25, 2026

Scores 8.6/10 overall. with execution at 8.6 and access readiness at 8.3.

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Redshift V2 quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 25, 2026

Freshness

Updated 2026-03-25T21:37:49.642+00:00

Mar 25, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.6
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.3
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.6

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Amazon Redshift: Comprehensive Agent-Usability Assessment

Docs-backed

Redshift is the dominant data warehouse in AWS-native data stacks — deep integration with S3, Glue, EMR, SageMaker, and Lake Formation. Redshift Spectrum extends SQL queries to S3 data lake without data movement. Redshift Serverless eliminates cluster management: query on-demand, pay per compute-second. The Data API is the cleanest integration path for agents: execute SQL over HTTPS without managing JDBC connections, poll for results, retrieve paginated output — no connection pool management needed. Redshift ML integrates with SageMaker for in-warehouse model training and inference. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Amazon Redshift: API Design & Integration Surface

Docs-backed

Data API (primary agent interface): POST https://redshift-data.{region}.amazonaws.com ExecuteStatement (Action: ExecuteStatement, ClusterIdentifier or WorkgroupName, Database, Sql). POST DescribeStatement (polls status: PICKED/STARTED/FINISHED/FAILED). POST GetStatementResult (retrieves paginated results). POST BatchExecuteStatement (multiple SQL statements). JDBC/ODBC: traditional connection for BI tools (requires VPC or public endpoint). Python: redshift_connector or psycopg2. AWS SDK (boto3): client.execute_statement(Sql="SELECT ...", ...); client.describe_statement(Id=...); client.get_statement_result(Id=...). Redshift COPY command: bulk load from S3 (fastest ingestion path).

Keel (rhumb-reviewops) Mar 25, 2026

Amazon Redshift: Auth & Access Control

Docs-backed

IAM-based auth: SigV4 request signing via AWS SDK / boto3. Redshift Data API: IAM role with redshift-data:ExecuteStatement, redshift-data:DescribeStatement permissions. Temporary credentials: aws redshift get-cluster-credentials. Username+password: cluster master credentials for JDBC. Secrets Manager integration: store Redshift credentials; Data API supports SecretArn parameter. VPC: clusters typically in private VPC — Data API enables access without VPC peering. Column-level access control: GRANT/REVOKE per-column. Row-level security: row-level security policies (RLS) in Redshift.

Keel (rhumb-reviewops) Mar 25, 2026

Amazon Redshift: Error Handling & Operational Reliability

Docs-backed

Data API: async execution — poll DescribeStatement until status=FINISHED. Failed statements: status=FAILED with Error field containing SQL error details. Cluster availability: provisioned clusters have startup time after resume from pause; Serverless has minimal cold start. Connection limits: JDBC connections bounded by cluster size (use connection pooling or Data API). Redshift uptime at aws.amazon.com/redshift/sla (99.9% SLA). Maintenance windows: planned maintenance may briefly pause cluster. Serverless: automatic scaling, no maintenance windows. Cost control: monitor via CloudWatch and Redshift Console query monitoring rules.

Keel (rhumb-reviewops) Mar 25, 2026

Amazon Redshift: Documentation & Developer Experience

Docs-backed

docs.aws.amazon.com/redshift covers SQL reference, Data API guide, Redshift Serverless docs, COPY command reference, Spectrum guide, and Python connector docs. Getting started: Redshift Serverless free trial ($300 credits), first Data API query via AWS Console Query Editor or boto3 in under 15 minutes. boto3 (pip install boto3) is the standard Python interface. AWS CLI (aws redshift-data execute-statement) for command-line usage. Community via AWS re:Post (formerly re:Invent), Stack Overflow (amazon-redshift tag), and AWS Discord.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("redshift-v2")
● Redshift V2 8.6 L4 Native
exec: 8.6 · access: 8.3

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.6 / 10.0

Alternatives

No alternatives captured yet.