analyze_finances
Analyze current TreePod Glamping finances using key metrics from real data to assess business performance and financial health.
Instructions
Analiza las finanzas actuales de TreePod Glamping con métricas clave basado en datos reales
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | current |
Input Schema (JSON Schema)
{
"properties": {
"period": {
"default": "current",
"type": "string"
}
},
"type": "object"
}