aws_athena_list_table_metadata
Retrieve table metadata from an AWS Athena database to analyze schema and structure for data querying and management.
Instructions
List tables in an Athena database.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| catalog_name | No | Data catalog name (default: AwsDataCatalog) | |
| database_name | Yes | Database name | |
| max_results | No | Maximum tables to return |