{
  "name": "ToeicQuizAgent",
  "version": "1.0.0",
  "description": "An agent that helps users practice TOEIC quizzes.",
  "supportedInterfaces": [
    {
      "id": "http",
      "url": "https://toeicthatdedang.com/api/agent",
      "transport": "https"
    }
  ],
  "capabilities": ["quiz-management", "result-analysis"],
  "skills": [
    {
      "id": "practice-quiz",
      "name": "Practice Quiz",
      "description": "Starts a TOEIC practice quiz for the user."
    }
  ]
}
