table_sizes
Lists the largest tables by combined data and index size to identify storage-heavy tables. Shows whether more tables exist to ensure complete analysis.
Instructions
[READ] Largest tables by data + index size.
Args: limit: Number of tables to return, largest first (default 20). target: Target name from config; omit for the default.
Returns an envelope: {"tables": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there is more beyond what was returned — re-run with a higher limit rather than treating this as the complete picture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |