{
  "protocolVersion": "0.3.0",
  "name": "Socratic URL Gateway",
  "description": "Answers questions about a single fixed research document (clinical trial perspectives among racialized and marginalized communities in Canada) with cited, guided answers. Refuses questions outside this corpus by design.",
  "url": "https://surlg.projecthamburg.com/research",
  "preferredTransport": "HTTP+JSON",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html"],
  "skills": [
    {
      "id": "ask-research-question",
      "name": "Ask a research question",
      "description": "Answers a question about the fixed corpus, with line citations, via a GET request with a `question` query parameter.",
      "tags": ["research", "question-answering", "clinical-trials"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/html"]
    }
  ],
  "documentationUrl": "https://surlg.projecthamburg.com/llms.txt"
}
