List Tables
list_tablesList tables, collections, keys, or indices in the active database with optional glob pattern filter for targeted browsing.
Instructions
List the tables in the active database: collections on MongoDB, keys on Redis, indices on Elasticsearch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | Optional glob filter, * for any characters and ? for one, e.g. user* or logs-2026-* | |
| database | No | Optional database to read from for this call only, without changing the active connection |