data_list_tables
Retrieve available data tables from the sales recorder system in JSON, CSV, or HTML format for analysis and reporting.
Instructions
Liste des Lister les tables
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "json",
"enum": [
"json",
"csv",
"html"
],
"type": "string"
}
},
"type": "object"
}