{
  "protocolVersion": "0.3.0",
  "name": "vset-learn-agent",
  "description": "Answers questions about Vivekananda School of Engineering & Technology (VSET), VIPS-TC Delhi, and GGSIPU / IP University engineering admissions, grounded in the institution's own published corpus. States honestly when VSET does not teach a subject.",
  "version": "1.0.0",
  "url": "https://learn.engineering.vips.edu/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://learn.engineering.vips.edu/a2a",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Vivekananda School of Engineering & Technology (VSET), VIPS-TC",
    "url": "https://engineering.vips.edu"
  },
  "documentationUrl": "https://learn.engineering.vips.edu/auth.md",
  "iconUrl": "https://learn.engineering.vips.edu/logo-9618729b.webp",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "topic-coverage",
      "name": "VSET topic coverage",
      "description": "Answers whether VSET actually teaches a given subject, and at what depth: a dedicated B.Tech track, documented coursework, elective-level coverage, or not at all. Returns a plain 'no' when VSET does not teach the subject, so callers cannot accidentally overclaim.",
      "tags": ["education", "curriculum", "admissions", "ggsipu", "honest-answers"],
      "examples": [
        "Does VSET teach generative AI?",
        "Is cybersecurity a dedicated branch at VSET?",
        "Does VIPS offer game development?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "corpus-search",
      "name": "Search the VSET Learn corpus",
      "description": "Finds published pages across AI models, Model Context Protocol, agent protocols, frameworks, concepts, applications, comparisons, and the GGSIPU admissions answer cluster.",
      "tags": ["search", "ai", "mcp", "agents", "engineering-education"],
      "examples": [
        "Find pages about the Model Context Protocol",
        "What do you have on retrieval-augmented generation?",
        "Show me GGSIPU admissions guidance"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    },
    {
      "id": "programmes",
      "name": "VSET B.Tech programmes",
      "description": "Lists the seven GGSIPU-affiliated B.Tech programmes VSET offers, and which one maps to a given interest.",
      "tags": ["programmes", "btech", "admissions"],
      "examples": [
        "What B.Tech programmes does VSET offer?",
        "Which VSET branch covers data science?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain"]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://learn.engineering.vips.edu/mcp",
      "transport": "MCP",
      "note": "The same corpus is also exposed over the Model Context Protocol. See /.well-known/mcp/server-card.json"
    }
  ],
  "usageNotes": "Public, unauthenticated, read-only. This corpus deliberately contains no fee, placement-package, salary or cutoff-rank figures — those change yearly and are only accurate from the VIPS-TC placement cell's current-year release."
}
