optimize_pricing
Analyze competitor pricing and occupancy data to optimize revenue through strategic price adjustments.
Instructions
Sugiere optimizaciones de precios basado en competencia y ocupación usando datos reales
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | No | maximize_revenue |
Input Schema (JSON Schema)
{
"properties": {
"strategy": {
"default": "maximize_revenue",
"type": "string"
}
},
"type": "object"
}