Skip to content
Back to MyDankTank Public Information Agent

Card snapshot

mydanktank.com · 2026-09-20 18:43:18 UTC · fbe36742a8d587b859d9147c9b704873a2413d89ddc6ff7adc9bb919edcf1229

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.

{
  "name": "MyDankTank Public Information Agent",
  "description": "Read-only public agent for MyDankTank educational catalog metadata, taxonomy, Journal content, public policies, and machine discovery. No purchase, ordering, payment, recommendation, account, or administrative authority.",
  "supportedInterfaces": [
    {
      "url": "https://mydanktank.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Dank Tank",
    "url": "https://mydanktank.com/"
  },
  "version": "1.0.0",
  "documentationUrl": "https://mydanktank.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "get_machine_capabilities",
      "name": "Get Machine Capabilities",
      "description": "Return MyDankTank public machine-discovery surfaces, evidence boundaries, and explicit authority exclusions.",
      "tags": [
        "cannabis-education",
        "catalog-metadata",
        "journal",
        "public-information",
        "adult-21-plus"
      ],
      "examples": [
        "get_machine_capabilities"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "search_catalog_education",
      "name": "Search Catalog Education",
      "description": "Search published MyDankTank catalog descriptions for educational product-format, flavor, lineage, and descriptive metadata. No price, stock, purchase URL, cart, or ordering data is returned.",
      "tags": [
        "cannabis-education",
        "catalog-metadata",
        "journal",
        "public-information",
        "adult-21-plus"
      ],
      "examples": [
        "search_catalog_education"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "list_catalog_taxonomy",
      "name": "List Catalog Taxonomy",
      "description": "List public product-category taxonomy names and descriptions for machine classification. No transactional fields are returned.",
      "tags": [
        "cannabis-education",
        "catalog-metadata",
        "journal",
        "public-information",
        "adult-21-plus"
      ],
      "examples": [
        "list_catalog_taxonomy"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "search_journal",
      "name": "Search Journal",
      "description": "Search published MyDankTank Journal/editorial content and return titles, excerpts, dates, and canonical editorial URLs.",
      "tags": [
        "cannabis-education",
        "catalog-metadata",
        "journal",
        "public-information",
        "adult-21-plus"
      ],
      "examples": [
        "search_journal"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "get_public_policies",
      "name": "Get Public Policies",
      "description": "Return canonical public informational and policy resources, including Start Here, About, Contact, Privacy, Journal, and llms.txt.",
      "tags": [
        "cannabis-education",
        "catalog-metadata",
        "journal",
        "public-information",
        "adult-21-plus"
      ],
      "examples": [
        "get_public_policies"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}