list_ets_tables
Discover all ETS tables with metadata: row count, memory, type, and owner. Sorted by memory to identify tables using the most resources.
Instructions
List all ETS tables with metadata: name, row count, memory, type, protection, owner. Sorted by memory descending.
WHEN TO USE: Discover what ETS tables exist, find tables using the most memory. NEXT STEP: Use inspect_ets_table with the table name to read its contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||