get_business_status
Check current business status with alerts and KPIs using real-time financial data to monitor performance and identify operational insights.
Instructions
Estado general actual del negocio con alertas y KPIs basado en datos reales
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | summary |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "summary",
"type": "string"
}
},
"type": "object"
}