Tools
| Name | Description |
|---|---|
start_query_executionStart an Athena query. Mutating or DDL queries require explicit confirmation. | Start an Athena query. Mutating or DDL queries require explicit confirmation. |
get_query_executionGet Athena query execution status and statistics. | Get Athena query execution status and statistics. |
get_query_resultsFetch one page of Athena query results and include normalized row objects. | Fetch one page of Athena query results and include normalized row objects. |
stop_query_executionStop a running Athena query execution. Requires exact confirmation. | Stop a running Athena query execution. Requires exact confirmation. |
list_work_groupsList Athena workgroups with pagination. | List Athena workgroups with pagination. |
get_work_groupGet Athena workgroup configuration. | Get Athena workgroup configuration. |
list_data_catalogsList Athena data catalogs with pagination. | List Athena data catalogs with pagination. |
list_databasesList databases in one Athena data catalog. | List databases in one Athena data catalog. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('aws-athena', 'start_query_execution', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'aws-athena',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect AWS Athena to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does AWS Athena support?
AWS Athena supports 8 tools including Start Query Execution, Get Query Execution, Get Query Results, Stop Query Execution, List WorkGroups, and more.
Can I use AWS Athena with AI agents?
Yes. Add AWS Athena to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can AWS Athena be used in stateful agent workflows?
Yes. Agents can combine AWS Athena tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does AWS Athena use?
AWS Athena uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the AWS Athena integration cost?
The AWS Athena integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect AWS Athena in minutes
Get 20,000 free action executions every month. No credit card required.