BoardGameGeek

bgg-rules

Use this tool when users ask rules questions about board games (e.g., 'How does X work?', 'Can I do Y?', 'What happens when Z?'). Searches BoardGameGeek rules forums to find answers and clarifications from the community.

Remote kkjdaniel/bgg-mcp

Other tools also called bgg-rules? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "number",
      "description": "The BoardGameGeek ID of the board game"
    },
    "name": {
      "type": "string",
      "description": "The name of the board game"
    }
  }
}