Skip to content
Back to AgentNative Data Exchange

Card snapshot

agentnative.cazimedia.com · 2026-08-28 17:19:06 UTC · 628e16603961b33ebd97fb446d986400cb11748f2e198aa2f0d1dab9c5016e37

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": "AgentNative Data Exchange",
  "description": "Normalized official government and public datasets across federal, state and city agencies, census, police, education and schools, with provenance, aggregations, insights and free samples.",
  "url": "https://agentnative.cazimedia.com/a2a",
  "version": "0.2.2",
  "supportedInterfaces": [
    {
      "url": "https://agentnative.cazimedia.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://agentnative.cazimedia.com",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "public-data-search",
      "name": "Search official government and public datasets",
      "description": "Discover federal, state, city, census, police, education and school data with official provenance.",
      "tags": [
        "government data",
        "public datasets",
        "statistics",
        "provenance"
      ],
      "examples": [
        "Find official datasets about public schools."
      ]
    },
    {
      "id": "imported-data-sample",
      "name": "Sample normalized government datasets free",
      "description": "Inspect official rows, summaries, deterministic insights, freshness and provenance before payment.",
      "tags": [
        "free sample",
        "open data",
        "normalized records"
      ],
      "examples": [
        "Show me useful free data with provenance."
      ]
    },
    {
      "id": "imported-data-query",
      "name": "Query and aggregate official datasets",
      "description": "Filter, group and aggregate normalized public records across government agencies.",
      "tags": [
        "aggregation",
        "analysis",
        "official records"
      ],
      "examples": [
        "Group these public records by agency."
      ]
    },
    {
      "id": "coverage-status",
      "name": "Inspect source coverage",
      "description": "Inspect current catalog traversal, materialization, queue, failure, and publication freshness state.",
      "tags": [
        "coverage",
        "freshness",
        "data sources"
      ],
      "examples": [
        "Which official sources are currently queryable?"
      ]
    },
    {
      "id": "federal-register-query",
      "name": "Query Federal Register",
      "description": "Query normalized rules, proposed rules, notices, and presidential documents with bounded date and type filters.",
      "tags": [
        "Federal Register",
        "regulations",
        "rules",
        "notices"
      ],
      "examples": [
        "Give me a free current Federal Register briefing with provenance."
      ]
    }
  ]
}