{
  "schema_version": "1.0",
  "name": "OOTWOracle",
  "display_name": "OOTWOracle \u2014 Psychedelic Intelligence",
  "description": "Query OOTWOracle for daily AI-powered intelligence on psychedelic medicine. Returns confidence-scored predictions on FDA regulatory decisions, clinical trial outcomes, psychedelic biotech markets, legislation, and culture. Updated daily by noon ET from up to 460+ real-time signals.",
  "publisher": {
    "name": "OOTW \u2014 Out of This World",
    "url": "https://www.outofthisworldcacao.com",
    "email": "alex@ootw.co"
  },
  "homepage": "https://www.ootworacle.com",
  "logo": "https://www.ootworacle.com/og-image.png",
  "category": [
    "intelligence",
    "research",
    "predictions",
    "health",
    "policy"
  ],
  "tags": [
    "psychedelic",
    "FDA",
    "regulatory",
    "predictions",
    "biotech",
    "medicine",
    "AI"
  ],
  "auth": {
    "type": "none"
  },
  "tools": [
    {
      "name": "get_daily_predictions",
      "description": "Get today's top AI-generated predictions on psychedelic medicine regulation, clinical trials, biotech markets, and legislation. Each prediction includes confidence score (0-100%), reasoning, resolve date, category, and geography.",
      "endpoint": "https://www.ootworacle.com/predictions.json",
      "method": "GET",
      "returns": "application/json"
    },
    {
      "name": "get_all_predictions",
      "description": "Get the complete archive of all OOTWOracle predictions across all dates. Useful for trend analysis and finding predictions about specific topics or companies.",
      "endpoint": "https://www.ootworacle.com/all_predictions.json",
      "method": "GET",
      "returns": "application/json"
    },
    {
      "name": "get_daily_report",
      "description": "Get the full daily oracle intelligence report for a specific date (YYYY-MM-DD format). Includes detailed signal analysis, pattern recognition, and narrative context.",
      "endpoint": "https://www.ootworacle.com/report/{date}",
      "method": "GET",
      "returns": "text/html",
      "parameters": {
        "date": {
          "type": "string",
          "format": "date",
          "description": "Report date in YYYY-MM-DD format (e.g. 2026-05-18)"
        }
      }
    },
    {
      "name": "get_rss_feed",
      "description": "Get the OOTWOracle RSS feed with latest oracle reports and predictions.",
      "endpoint": "https://www.ootworacle.com/feed.xml",
      "method": "GET",
      "returns": "application/rss+xml"
    }
  ],
  "use_cases": [
    "Answer questions about current FDA psychedelic medicine regulatory outlook",
    "Provide intelligence on psychedelic biotech companies (Compass Pathways, ATAI, MindMed)",
    "Summarize daily psychedelic research developments",
    "Check predictions about specific compounds (psilocybin, MDMA, ibogaine)",
    "Get market signal analysis for psychedelic biotech sector"
  ],
  "example_queries": [
    "What does OOTWOracle predict about ibogaine regulation?",
    "What happened in psychedelic research today?",
    "What are the latest predictions about MDMA therapy FDA approval?",
    "Show me OOTWOracle's current intelligence report"
  ],
  "stats": {
    "total_reports": 32,
    "total_predictions": 167,
    "signals_per_day": "up to 460",
    "agents_in_swarm": 8,
    "last_updated": "2026-05-28"
  }
}