{
  "webmcp_version": "1.0.0-alpha",
  "name": "GDG Kolkata I/O Extended 2026",
  "host": "test.aritrab.me",
  "description": "Official community-organized Google I/O Extended event in Kolkata highlighting Google I/O 2026 announcements and the Agentic Gemini Era.",
  "location": {
    "venue": "Science City Seminar Hall",
    "address": "J.B.S. Haldane Avenue, Kolkata, West Bengal 700046",
    "city": "Kolkata",
    "country": "India",
    "geo": {
      "latitude": 22.5393,
      "longitude": 88.3965
    }
  },
  "event_date": "2026-07-25T10:00:00+05:30",
  "agentic_access": {
    "read_schema": "https://test.aritrab.me/agent.json",
    "capabilities": [
      {
        "name": "query_agenda",
        "description": "Fetch list of developer talks and hands-on workshops",
        "method": "GET",
        "parameters": {
          "track": {
            "type": "string",
            "enum": ["all", "talk", "workshop"],
            "default": "all"
          }
        }
      },
      {
        "name": "query_speakers",
        "description": "Retrieve information about event speakers and domain specialists",
        "method": "GET"
      },
      {
        "name": "register_ticket",
        "description": "Initiate register flow for an attendee ticket",
        "method": "POST",
        "parameters": {
          "name": {
            "type": "string",
            "required": true
          },
          "email": {
            "type": "string",
            "required": true,
            "format": "email"
          },
          "role": {
            "type": "string",
            "enum": ["Developer", "Designer", "Student", "Product Manager", "Other"]
          },
          "interest": {
            "type": "string",
            "enum": ["Gemini/AI Agents", "WebMCP & Agentic Web", "Android 17 & Nano", "Cloud Workspaces"]
          }
        }
      }
    ]
  },
  "speakers": [
    {
      "name": "Sabyasachi Mukhopadhyay",
      "role": "AI Researcher & Tech Consultant",
      "topic": "Exposing The Agentic Web: Building with WebMCP"
    },
    {
      "name": "Subrata Sarker",
      "role": "Mobile Solutions Architect",
      "topic": "Android 17: On-Device Proactive Agency"
    }
  ]
}
