{
 "protocolVersion": "0.3.0",
 "name": "Quorum",
 "description": "What local governments decided: agendas and minutes of US city councils, commissions and boards, searchable by what each meeting took up. Free to search; each record links to the official document.",
 "url": "https://quorum-bua.pages.dev/",
 "version": "2026-09-23",
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "stateTransitionHistory": false,
  "extensions": [
   {
    "uri": "https://fangorn.network/a2a/app/v1",
    "description": "The Fangorn app this agent fronts.",
    "required": false,
    "params": {
     "chainId": 421614,
     "appRegistry": "0x11d228c4774af3d9cae3b4b6874a12576a1a83ec",
     "dataRegistry": "0x775026e905d7b58b34d16bcbd385fa630ee36c26",
     "appId": "0x30e85ae205656781c1a951cba9f9f53f884833c049d377a2a7046eb5e6d14b26",
     "fromBlock": "311990446",
     "namespaces": [
      "us-wi-wisconsin-rapids"
     ],
     "views": [
      "https://quorum-bua.pages.dev/view"
     ]
    }
   }
  ]
 },
 "defaultInputModes": [
  "application/json"
 ],
 "defaultOutputModes": [
  "application/json"
 ],
 "skills": [
  {
   "id": "describe",
   "name": "Describe",
   "description": "What this app holds: its fields and how often each is present. Call it first.",
   "tags": [
    "civic",
    "local-government",
    "meetings",
    "webmcp"
   ]
  },
  {
   "id": "search",
   "name": "Search",
   "description": "Search by meaning: a question in plain words. Optional equality filters in `where`.",
   "tags": [
    "civic",
    "local-government",
    "meetings",
    "webmcp"
   ]
  },
  {
   "id": "get",
   "name": "Get",
   "description": "One record in full, by the id search returns.",
   "tags": [
    "civic",
    "local-government",
    "meetings",
    "webmcp"
   ]
  },
  {
   "id": "count",
   "name": "Count",
   "description": "Count the distinct values of a field: the shape of the data before reading it.",
   "tags": [
    "civic",
    "local-government",
    "meetings",
    "webmcp"
   ]
  }
 ]
}