Amazon Athena · Capability

SQL Analytics Workflow

Workflow capability for running and managing SQL analytics queries with Amazon Athena including query execution, named queries, work groups, and data catalog management.

Run with Naftiko Amazon AthenaSQLAnalyticsServerlessAWS

What You Can Do

POST
Start query execution — Start a SQL query execution
/v1/queries
GET
List query executions — List query executions
/v1/queries
POST
Create named query — Create a named query
/v1/named-queries
GET
List named queries — List named queries
/v1/named-queries

MCP Tools

start-query-execution

Run a SQL query against S3 data using Amazon Athena for serverless analytics.

get-query-execution

Check the status of a running or completed Athena query execution.

read-only
get-query-results

Download the results of a completed Athena SQL query.

read-only
list-query-executions

List recent query executions in an Athena workgroup.

read-only
create-named-query

Save a SQL query as a named query for reuse in Athena.

list-named-queries

List saved named queries available in an Athena workgroup.

read-only
list-work-groups

List Athena workgroups to understand available query isolation environments.

read-only
list-data-catalogs

List data catalogs registered with Athena to discover available data sources.

read-only
list-databases

List databases in an Athena data catalog to explore available schemas.

read-only
list-table-metadata

List tables in an Athena database to understand available data.

read-only