{
  "$schema": "https://agenticresourcediscovery.org/schema/v1/ai-catalog.json",
  "version": "1.0.0",
  "name": "Dispensary Love Agentic Resource Catalog",
  "description": "Autonomous AI Agent discovery catalog for verified state-licensed cannabis dispensaries, live menu pricing indexes, operating hours, and compliance telemetry across all legal U.S. markets.",
  "provider": {
    "name": "Dispensary Love",
    "url": "https://dispensary.love",
    "did": "did:web:dispensary.love"
  },
  "resources": [
    {
      "type": "webmcp",
      "name": "Dispensary Search & Lookup Tool",
      "description": "Real-time client-side semantic and filtered search tool for querying verified state-licensed cannabis retailers, municipal pricing, and license records.",
      "endpoint": "https://dispensary.love",
      "tools": [
        {
          "name": "search_dispensaries",
          "description": "Find dispensaries by name, city, state, zip code, or attribute (e.g. recreational, medical, open late, delivery).",
          "parameters": {
            "query": { "type": "string", "description": "Search query keyword" },
            "state": { "type": "string", "description": "Two-letter US state code" },
            "attribute": { "type": "string", "description": "Filter attribute (e.g. recreational, medical, open-late)" }
          }
        },
        {
          "name": "get_price_index",
          "description": "Retrieve regional and store-level cannabis pricing comparison indexes vs municipal benchmark norms.",
          "parameters": {
            "shopSlug": { "type": "string", "description": "Slug identifier of the dispensary" }
          }
        },
        {
          "name": "verify_license",
          "description": "Check real-time state licensing validity and regulatory standing for a cannabis dispensary.",
          "parameters": {
            "shopSlug": { "type": "string", "description": "Slug identifier of the dispensary" }
          }
        }
      ]
    },
    {
      "type": "llms-full",
      "name": "LLMs Context Datafeed",
      "description": "Structured JSON and text feeds providing full entity triples and semantic knowledge graphs for LLM consumption.",
      "endpoint": "https://dispensary.love/llms-data.json"
    },
    {
      "type": "llms-txt",
      "name": "LLMs Text Index",
      "description": "Markdown index of all verified dispensary markets and directory routes.",
      "endpoint": "https://dispensary.love/llms.txt"
    }
  ]
}
