Skip to main content
Glama

bgg-trade-finder

Find what games user1 owns that user2 has on their wishlist. Shows potential trading opportunities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user1YesBGG username whose collection will be checked. Use 'SELF' for yourself.
user2YesBGG username whose wishlist will be checked against user1's collection

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
    • changedInput schema / properties / user1 / description
      Previous value: -"BGG username whose collection will be checked. When the user refers to themselves (me, my, I), use 'SELF' as the value."New value: +"BGG username whose collection will be checked. Use 'SELF' for yourself."
  2. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It explains the matching logic (owns vs wishlist) but fails to disclose read-only status, error handling (invalid usernames), or return format (list of game IDs vs full details).

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?

Two efficient sentences with zero waste. The first states the core function immediately; the second states the value proposition. Every word earns its place.

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

Completeness4/5

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

Given 100% schema coverage and no output schema, the description adequately covers the input contract. However, it could briefly mention the return structure (e.g., 'returns matching game titles') since no output schema exists to document the response format.

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 description coverage is 100%, establishing a baseline of 3. The description reinforces the directional relationship (user1's collection vs user2's wishlist) but does not add syntax details, validation rules, or emphasize the 'SELF' convention beyond what the schema already provides.

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

Purpose5/5

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

The description uses specific verbs ('Find') and clearly identifies the resource (games user1 owns vs user2's wishlist). It distinguishes itself from siblings like bgg-collection (simple lookup) and bgg-search by explicitly targeting cross-user trade matching.

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?

The phrase 'Shows potential trading opportunities' implies the use case, but there is no explicit guidance on when to use this versus bgg-collection (e.g., 'Use this when you want to find trades between two specific users rather than viewing a single collection').

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.