analyze_database_schema
Analyzes Cloudflare D1 database schema to reveal table structures, columns, indexes, relationships, and optional sample rows from a specified environment.
Instructions
Analyze D1 database schema structure, tables, columns, indexes, and relationships with optional sample data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | Database environment to analyze | |
| maxSampleRows | No | Maximum number of sample rows per table | |
| includeSamples | No | Include sample data from tables (max 5 rows per table) |