list_tables
List database tables with their schema names to identify tables of interest for further inspection.
Instructions
Lists the tables of a configured database with their schema/namespace, in one bounded call — no column detail. Call this first to decide which tables are relevant before describing them. Set refresh=true to force a live re-read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | Database name as defined in infra-mcp.yaml | |
| refresh | No | Skip the in-memory cache and force a live re-read |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |