generate_report
Generate executive business reports using real-time data to analyze financial performance, occupancy metrics, and operational insights for TreePod Glamping.
Instructions
Genera reportes ejecutivos del negocio basado en datos reales
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_type | No | monthly | |
| format | No | summary |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "summary",
"type": "string"
},
"report_type": {
"default": "monthly",
"type": "string"
}
},
"type": "object"
}