{
 "protocolVersion": "0.3.0",
 "name": "Studies Multiverse Standing Register agent",
 "description": "Answers whether an institution is on its country's official register of institutions allowed to enrol international students (UK student sponsors, Australia CRICOS, Canada DLI, Japan MEXT), and what changed between editions. Deterministic, read only, no account needed.",
 "url": "https://studiesmultiverse.com/a2a",
 "preferredTransport": "JSONRPC",
 "additionalInterfaces": [
  {
   "url": "https://studiesmultiverse.com/a2a",
   "transport": "JSONRPC"
  }
 ],
 "supportedInterfaces": [
  {
   "url": "https://studiesmultiverse.com/a2a",
   "protocolBinding": "JSONRPC",
   "transport": "JSONRPC",
   "protocolVersion": "0.3.0"
  }
 ],
 "version": "1.0.0",
 "provider": {
  "organization": "A.I.T. Multiverse Consulting Ltd",
  "url": "https://studiesmultiverse.com"
 },
 "iconUrl": "https://studiesmultiverse.com/apple-touch-icon.png",
 "documentationUrl": "https://studiesmultiverse.com/standing/methodology/",
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "stateTransitionHistory": false
 },
 "defaultInputModes": [
  "text/plain"
 ],
 "defaultOutputModes": [
  "text/plain",
  "application/json"
 ],
 "skills": [
  {
   "id": "check-institution",
   "name": "Check an institution",
   "description": "Name the country and the institution; returns what the latest edition of the official register says, with the edition date.",
   "tags": [
    "international students",
    "visa",
    "register"
   ],
   "examples": [
    "Is Acme College on the UK student sponsor register?",
    "Check University of Sydney in Australia"
   ]
  },
  {
   "id": "recent-changes",
   "name": "Recent register changes",
   "description": "Lists the latest recorded changes or removals on a register.",
   "tags": [
    "changes",
    "removals"
   ],
   "examples": [
    "Recent removals in Canada",
    "What changed on the UK register?"
   ]
  }
 ]
}