List Harbor tables
harbor_list_tablesDiscover all queryable tables with row counts and notes. Call this first to learn the schema and avoid query errors.
Instructions
List every table an agent may read, with row counts and a one-line note on each.
Call this first when you do not already know the schema. It is cheap and it prevents guessing.
Args: none.
Returns JSON: { "tables": [ { "name": string, "rows": number, "note": string } ], "pii_masked": boolean // true when email/phone/address columns come back partially redacted }
Tables not listed here cannot be queried — harbor_run_query will reject them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||