investigate_database
Discover tables and schemas in an InfluxDB database, with optional sampling of recent rows to understand data structure.
Instructions
Discover tables and schemas in a database, optionally sampling recent rows from each table with bounded reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | Database name to investigate | |
| maxTables | No | ||
| includeSamples | No | Whether to include recent sample rows | |
| sampleRowsPerTable | No |