{
  "name": "WillWatch",
  "description": "Intentional YouTube viewing — watchlist first, on-device + optional sync, no cross-app tracking.",
  "url": "https://willwatchapp.com/",
  "version": "1.0.0",
  "llmsTxt": "https://willwatchapp.com/llms.txt",
  "privacyPolicy": "https://willwatchapp.com/privacy-policy.html",
  "tools": [
    {
      "name": "open_chrome_extension",
      "description": "Open the WillWatch Chrome Web Store listing so the user can install the browser extension.",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
      "annotations": { "readOnlyHint": true, "openWorldHint": true }
    },
    {
      "name": "open_privacy_policy",
      "description": "Open the WillWatch Privacy Policy explaining on-device storage and optional sync.",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "open_terms_of_service",
      "description": "Open the WillWatch Terms of Service.",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "get_product_summary",
      "description": "Return a short summary of WillWatch product purpose, platforms, and privacy posture.",
      "inputSchema": { "type": "object", "properties": {}, "additionalProperties": false },
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "contact_support",
      "description": "Open an email draft to WillWatch support (support@willwatchapp.com).",
      "inputSchema": {
        "type": "object",
        "properties": {
          "subject": { "type": "string", "description": "Optional email subject" }
        },
        "additionalProperties": false
      },
      "annotations": { "readOnlyHint": false }
    }
  ]
}
