list_tables
List tables in the Reactome database with exact row counts and engine type. Optionally filter by table name and limit results.
Instructions
List tables in the database with their (exact) row counts and engine.
Args:
filter: If given, only tables whose name contains this substring
(case-insensitive). e.g. "_2_" for link tables, "Reference" for
reference-data tables.
limit: Max tables to return (default 500; the DB has 242).
Returns:
Dict `{count, tables: [{table, rows, engine}], truncated}`, ordered by
row count descending. Row counts are exact (all tables are MyISAM).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | ||
| limit | No |