Version 4.43 or later needs to be installed to add the server automatically
Tools
| Name | Description |
|---|---|
source_db_analyzer | Analyzes source database to extract schema and access patterns for DynamoDB modeling. WHEN TO USE: Call this tool when the user selects "Existing Database Analysis" option after invoking the `dynamodb_data_modeling` tool. This extracts schema and query patterns from an existing relational database to accelerate DynamoDB data model design. IMPORTANT: Always ask the user which execution mode they prefer before calling this tool. Execution Modes: - self_service: Generates SQL queries for user to run manually, then parses their results. - managed (MySQL only): Database connection via RDS Data API or hostname. Supported Databases: MySQL, PostgreSQL, SQL Server, Oracle Output: Generates analysis files (schema structure, access patterns, relationships) in Markdown format. These files feed into the DynamoDB data modeling workflow to inform table design, GSI selection, and access pattern mapping. Returns: Analysis summary with file locations and next steps. |