{
  "name": "Chéri Social",
  "description": "Organic social media studio for premium beauty, aesthetic and skin brands. London, founded 2021.",
  "url": "https://www.cherisocial.com",
  "tools": [
    {
      "name": "get_services_overview",
      "description": "Get an overview of Chéri Social's services: the core partnership and its modular extensions (videography, paid social, influencer marketing).",
      "url": "https://www.cherisocial.com/services",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_studio_contact_info",
      "description": "Get Chéri Social's studio address, email, Instagram handle, and application response time.",
      "url": "https://www.cherisocial.com/contact",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "submit_brand_application",
      "description": "Submit a brand or clinic application to work with Chéri Social.",
      "url": "https://www.cherisocial.com/contact",
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Applicant's full name"
          },
          "email": {
            "type": "string",
            "description": "Applicant's email address"
          },
          "brand": {
            "type": "string",
            "description": "Brand or clinic name"
          },
          "url": {
            "type": "string",
            "description": "Brand website or Instagram handle (optional)"
          },
          "message": {
            "type": "string",
            "description": "Brief on the brand and its goals"
          }
        },
        "required": [
          "name",
          "email",
          "brand",
          "message"
        ]
      }
    },
    {
      "name": "subscribe_to_newsletter",
      "description": "Subscribe an email address to the Chéri Social newsletter for beauty and aesthetics brand owners.",
      "url": "https://www.cherisocial.com/contact",
      "inputSchema": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "description": "Email address to subscribe"
          }
        },
        "required": [
          "email"
        ]
      }
    },
    {
      "name": "request_client_portal_access",
      "description": "Request access to the Chéri Social client portal (partner brands only).",
      "url": "https://www.cherisocial.com/apply",
      "inputSchema": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "description": "Contact email address"
          }
        },
        "required": [
          "email"
        ]
      }
    }
  ]
}