{
  "name": "Polara CMO",
  "description": "Autonomous AI marketing operator for indie founders and SaaS companies. Handles strategy, content generation, email outreach, social media, SEO, analytics, and campaign management.",
  "url": "https://polara.ai",
  "version": "1.0.0",
  "capabilities": [
    {
      "name": "email_outreach",
      "description": "Generate and send cold email sequences with A/B testing, personalization, and deliverability optimization. Integrates with Apollo for lead sourcing and Instantly for sending.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "icp": { "type": "object", "description": "Ideal Customer Profile with titles, seniorities, company size, industry" },
          "campaignGoal": { "type": "string", "description": "What the campaign should achieve" },
          "emailCount": { "type": "number", "description": "Number of emails in the sequence" }
        }
      }
    },
    {
      "name": "content_generation",
      "description": "Generate marketing content (blog posts, social posts, ad copy, landing page copy) with brand voice learning and preference-pair optimization.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "contentType": { "type": "string", "enum": ["blog_post", "social_post", "ad_copy", "landing_page", "email"] },
          "topic": { "type": "string" },
          "audience": { "type": "string" }
        }
      }
    },
    {
      "name": "analytics",
      "description": "Website analytics, email performance, social engagement, revenue metrics, anomaly detection, and trend forecasting.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "metric": { "type": "string", "enum": ["traffic", "mrr", "email_performance", "social_engagement", "conversion_rate"] },
          "period": { "type": "string", "enum": ["7d", "30d", "90d"] }
        }
      }
    },
    {
      "name": "competitor_monitoring",
      "description": "Track competitor websites, pricing changes, feature launches, and social media activity.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "competitorUrl": { "type": "string" }
        }
      }
    },
    {
      "name": "geo_tracking",
      "description": "Monitor brand visibility in AI search engines (ChatGPT, Perplexity, Claude, Gemini). Track how often your brand appears in AI-generated answers.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "brandName": { "type": "string" },
          "competitors": { "type": "array", "items": { "type": "string" } }
        }
      }
    },
    {
      "name": "social_listening",
      "description": "Monitor Reddit, HackerNews, and Twitter/X for relevant conversations, brand mentions, and high-intent prospects.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "keywords": { "type": "array", "items": { "type": "string" } },
          "platforms": { "type": "array", "items": { "type": "string", "enum": ["reddit", "hackernews", "twitter"] } }
        }
      }
    }
  ],
  "authentication": {
    "type": "bearer",
    "tokenUrl": "https://polara.ai/api/auth/token"
  },
  "contact": {
    "name": "Polara AI Inc.",
    "email": "support@polara.ai",
    "url": "https://polara.ai"
  },
  "protocols": ["a2a/0.3", "mcp/1.0"]
}
