# TablePulse Board Game Head-to-Head Comparison

> TablePulse Board Game Head-to-Head Comparison is a paid API for AI agents from tablepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Compares 2–4 board games side-by-side on mechanics, complexity, and replayability, delivering a use-case-specific verdict grounded in current web reviews (excluding BoardGameGeek).

## Facts

- Endpoint: GET https://tablepulse.theaslangroupllc.com/api/table/compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tablepulse-board-game-head-to-head-comparison-a5fc91bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-n3TFdxHpUk2cZWjTb49y

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tablepulse-board-game-head-to-head-comparison-a5fc91bd
```

Example prompt: Can you compare Wingspan, Everdell, and Viticulture head-to-head on mechanics, complexity, and replayability — I want to know which one is best for a group of adults who are intermediate players looking for a nature-themed Euro game?

## When to prefer this

Use this endpoint when a user is deciding between specific named board game titles and needs a structured, opinionated comparison rather than a general recommendation. Ideal when the user already has 2–4 games in mind and wants a verdict for a particular context (e.g. couples, beginners, competitive players). Prefer this over the general recommendation endpoint when the candidate titles are already known.

## Known failure modes

- Game title not recognized or too obscure — endpoint may return a not-found or low-confidence result
- Fewer than 2 or more than 4 titles provided — request likely rejected or truncated
- Web review sources unavailable for very new or niche titles — verdict may be limited
- Ambiguous game name (e.g. 'Pandemic' could refer to multiple editions) — endpoint may ask for clarification or default to base version

## How this service works

Head-to-head board-game comparison — mechanics, complexity, replayability, and a use-case-specific verdict for 2-4 titles, grounded in current web reviews (never BoardGameGeek data).

## Output

A structured side-by-side comparison of 2–4 board games covering their mechanics, complexity level, replayability, and a verdict tailored to the specified use case or player context, all sourced from current web reviews rather than BoardGameGeek.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "en | de | fr | es | it | ja | pt | ar"
      },
      "games": {
       "type": "string",
       "description": "Wingspan, Everdell | Catan, Ticket to Ride (required — 2-4 titles, comma-separated)"
      },
      "use_case": {
       "type": "string",
       "description": "family game night | 2-player date night (optional)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "games_compared": [
   "Wingspan",
   "Everdell"
  ],
  "overall_verdict": "Wingspan edges out for solo-friendliness; Everdell wins for narrative theme."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tablepulse-board-game-head-to-head-comparison-a5fc91bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tablepulse.theaslangroupllc.com](https://www.zero.xyz/host/tablepulse.theaslangroupllc.com/llms.txt)
