Skip to main content
Glama

bgg-search

Search for board games on BoardGameGeek (BGG) by name or part of a name using a broad search

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by game type (default: all)
limitNoMax results (default: 30)
queryYesGame name to search for

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
    • changedInput schema / properties / limit / description
      Previous value: -"Maximum number of results to return (default: 30)"New value: +"Max results (default: 30)"
    • changedInput schema / properties / query / description
      Previous value: -"Game name to search for on BoardGameGeek (BGG)"New value: +"Game name to search for"
    • changedInput schema / properties / type / description
      Previous value: -"Filter by type (default: all, options: 'boardgame' (aka base game), 'boardgameexpansion', or 'all')"New value: +"Filter by game type (default: all)"
  2. First observed

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. The phrase 'broad search' adds valuable behavioral context indicating non-exact matching and potentially large result sets. However, it omits return format details, rate limiting, or pagination behavior that would help the agent process results.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single, efficiently constructed sentence with no filler. Front-loaded with the core action ('Search for'), followed by resource, parameter usage, and behavioral characteristic ('broad search'). Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a simple 3-parameter search tool with no output schema, but misses opportunity to describe return values (e.g., 'returns list of games with IDs suitable for bgg-details') which would enable better tool chaining with siblings. Meets minimum viable standard.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, establishing a baseline of 3. The description adds the 'part of a name' nuance for the query parameter, which expands slightly on the schema's 'Game name to search for'. It doesn't add significant detail about the 'type' or 'limit' parameters beyond what's in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the action ('Search for'), resource ('board games on BoardGameGeek'), and input method ('by name or part of a name'). However, it does not explicitly distinguish from sibling tools like bgg-details (which likely requires a specific game ID rather than a search term).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies usage through 'by name or part of a name' and 'broad search', suggesting it's for fuzzy matching when the exact game isn't known. Lacks explicit guidance on when to use bgg-details instead (e.g., 'use this when you don't know the game ID').

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.