{
    "name": "Smart Learn Agent",
    "description": "Autonomous learning assistant for Smart Learn. Enables discovery of courses, syllabi, certifications, and educational resources.",
    "version": "1.0.0",
    "url": "https://smartlearn.education",
    "supportedInterfaces": [
        {
            "url": "https://smartlearn.education/theme/smartlearn/api/mcp.php",
            "protocol": "mcp-streamable-http"
        },
        {
            "url": "https://smartlearn.education/webservice/rest/server.php",
            "protocol": "moodle-rest"
        }
    ],
    "capabilities": {
        "search": true,
        "syllabus": true,
        "streaming": true
    },
    "skills": [
        {
            "id": "search-courses",
            "name": "Search Courses",
            "description": "Search all published courses, programs, and certifications on Smart Learn."
        },
        {
            "id": "get-syllabus",
            "name": "Get Course Syllabus",
            "description": "Retrieve detailed module outlines, competencies, and lesson plans for any course."
        },
        {
            "id": "platform-overview",
            "name": "Platform Overview",
            "description": "Retrieve complete structured LLM-friendly Markdown overview of the platform."
        }
    ]
}