Overview
Features
run_query
Submit a SQL query to AWS Athena, specifying database, query, and optional maxRows; returns full results or a queryExecutionId if timeout is reached.
get_status
Check the state of a running or completed query; returns state, stateChangeReason, submissionDateTime, completionDateTime, and statistics.
get_result
Retrieve results for a completed query; supports maxRows and returns full results or an error if the query has not finished or failed.
list_saved_queries
List all saved (named) queries in Athena for the configured workgroup and region; returns an array of queries with id, name, and optional description.
run_saved_query
Run a previously saved query by its ID with optional database override and maxRows; returns the same results behavior as run_query.




