{
  "name": "speakerstrail",
  "description": "A verified directory of AI and tech conference speakers in Europe. Every entry links to the public conference agenda that proves the talk.",
  "url": "https://speakerstrail.com",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "find-speaker",
      "name": "Find Speaker",
      "description": "Find a verified conference speaker by topic, country, or event in Europe",
      "tags": ["speakers", "conferences", "AI", "Europe"],
      "examples": ["Find AI speakers in Germany", "Who spoke at WeAreDevelopers 2026?"]
    },
    {
      "id": "verify-speaker",
      "name": "Verify Speaker",
      "description": "Verify whether someone actually spoke at a specific conference",
      "tags": ["verification", "speakers"],
      "examples": [
        "Did Jane Doe speak at re:publica?",
        "Verify speaker credentials for a conference booking"
      ]
    },
    {
      "id": "join-waitlist",
      "name": "Join Waitlist",
      "description": "Join the speakerstrail beta waitlist with email and optional company info",
      "tags": ["waitlist", "signup"]
    },
    {
      "id": "request-removal",
      "name": "Request Data Removal",
      "description": "Submit a GDPR data removal request for a speaker profile",
      "tags": ["GDPR", "privacy"]
    }
  ],
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"]
}
