List table names
banana_table_namesLists all table names in a Banana Accounting document as a JSON array, enabling quick inspection of the available data structures.
Instructions
List the names of all tables in a document as a JSON array (e.g. ["Accounts", "Transactions", "Budget", "FileInfo", ...]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. |