{
  "value": "comparative_market_analysis",
  "label": "Generate CMA Reports",
  "description": "This workflow creates professional Comparative Market Analysis reports for pricing properties. Input comparable sales data, property features, and market conditions, and the AI will generate clear reports that justify recommended listing prices to sellers or offer amounts to buyers.",
  "name": "CMA Report",
  "category": "Real Estate",
  "type": "Industry",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 5,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a Comparative Market Analysis report from the provided data. Start with an executive summary of the recommended price and key factors. Analyze recent comparable sales with adjustments for differences in features, size, and condition. Discuss current market conditions and trends affecting value. Explain your pricing strategy and reasoning clearly. Include active listings as context for competition. Address any unique factors affecting this property's value. Conclude with a price range recommendation and confidence level. Use tables and clear formatting for easy comprehension."
      }
    ]
  }
}