Skip to content
Back to Rare-disease publications DB connector (/ask-db)

Card snapshot

la3d-llm-agents.github.io · 2026-07-25 23:05:31 UTC · 5af197508db3ff6069dfa4fab4bc5f782eaa056a2b8efd12aae9bb06beeded9c

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.2",
  "name": "Rare-disease publications DB connector (/ask-db)",
  "description": "Read-only natural-language connector over the rare-disease publications database.",
  "url": "https://la3d-llm-agents.github.io/id/rare-disease-db/.well-known/agent-card.json",
  "version": "0.1.0",
  "provider": {
    "organization": "LA3D-LLM-Agents federation",
    "url": "https://la3d-llm-agents.github.io"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "analysis_corpus_for_disease",
      "name": "analysis corpus for disease",
      "description": "Publications linked to the disease, filtered to the analysis corpus (excludes needs_review and corpus_excluded). Same set the dashboard uses.",
      "tags": [
        "analysis",
        "corpus",
        "disease"
      ]
    },
    {
      "id": "all_publications_for_disease",
      "name": "all publications for disease",
      "description": "Every publication linked to the disease, with no analysis filtering.",
      "tags": [
        "all",
        "disease",
        "publications"
      ]
    },
    {
      "id": "diseases_with_analysis_corpus",
      "name": "diseases with analysis corpus",
      "description": "Diseases with at least one analysis-ready publication, annotated with publication_count. Used for dashboard disease dropdowns.",
      "tags": [
        "analysis",
        "corpus",
        "diseases"
      ]
    },
    {
      "id": "corpus_status_breakdown",
      "name": "corpus status breakdown",
      "description": "Counts of total, analysis-ready, needs_review, and corpus_excluded publications, for one disease or the whole corpus.",
      "tags": [
        "breakdown",
        "corpus",
        "status"
      ]
    },
    {
      "id": "clinical_trials_per_disease",
      "name": "clinical trials per disease",
      "description": "Clinical-trial count per disease, most trials first. Aggregates over the ClinicalTrial.disease FK; no analysis-corpus filtering applies.",
      "tags": [
        "clinical",
        "clinical-trials",
        "disease",
        "trials"
      ]
    },
    {
      "id": "publications_vs_trials_by_disease",
      "name": "publications vs trials by disease",
      "description": "Publication count and clinical-trial count side by side per disease, most publications first. Use to compare research volume against trial activity (e.g. correlation across diseases).",
      "tags": [
        "clinical-trials",
        "disease",
        "publications",
        "trials"
      ]
    }
  ]
}