compare_competition
Compare prices and services with competitors using real market data to analyze competitive positioning and identify opportunities for improvement.
Instructions
Compara precios y servicios con la competencia basado en datos reales
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_type | No | all |
Input Schema (JSON Schema)
{
"properties": {
"analysis_type": {
"default": "all",
"type": "string"
}
},
"type": "object"
}