list_tables
List DynamoDB tables in the configured AWS region to find available tables before querying or scanning. Supports pagination.
Instructions
List all DynamoDB tables in the configured AWS region.
Returns table names with pagination support. Use this as a starting point to discover available tables before querying or scanning.
When to use:
To discover which tables exist in the account
To find a table name before using describe_table, query_table, or scan_table
Returns: JSON with 'table_names' list, 'count', and optional 'next_table_name' for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |