{
 "protocolVersion": "0.3.0",
 "name": "Sidequest",
 "description": "What to play next: about 52,000 Steam games with ten or more reviews, searchable by what a player is in the mood for, by genre, length or 'games like' one they loved. Each game carries its community tags, a short description, review score and a playtime-based length, and links to its store page. Adult sexual content is excluded. Catalog data from FronkonGames' steam-games-dataset (MIT).",
 "url": "https://sidequest-1mq.pages.dev/",
 "version": "2026-09-27",
 "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": "0x3779fa4180952f9fb3e3ef8276bc21a06c0322d39fa17f02175adf15405a0644",
     "fromBlock": "313296918",
     "namespaces": [
      "games"
     ],
     "views": [
      "https://sidequest-1mq.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": [
    "games",
    "steam",
    "recommendations",
    "webmcp"
   ]
  },
  {
   "id": "search",
   "name": "Search",
   "description": "Search by meaning: a question in plain words. Optional equality filters in `where`.",
   "tags": [
    "games",
    "steam",
    "recommendations",
    "webmcp"
   ]
  },
  {
   "id": "get",
   "name": "Get",
   "description": "One record in full, by the id search returns.",
   "tags": [
    "games",
    "steam",
    "recommendations",
    "webmcp"
   ]
  },
  {
   "id": "count",
   "name": "Count",
   "description": "Count the distinct values of a field: the shape of the data before reading it.",
   "tags": [
    "games",
    "steam",
    "recommendations",
    "webmcp"
   ]
  },
  {
   "id": "session",
   "name": "Session",
   "description": "What the person on this page saved and searched this session, and the taste (a vector over this app's records) their choices make.",
   "tags": [
    "games",
    "steam",
    "recommendations",
    "webmcp"
   ]
  }
 ]
}