Skip to main content
Glama

bgg-thread-details

Get full content of a specific BoardGameGeek forum thread, including all posts and replies. Use this after finding relevant threads with bgg-rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYesThe BoardGameGeek thread ID to fetch

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / $schema
      Added value: +"http://json-schema.org/draft-07/schema#"
  2. First observed

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses scope behavior ('full content... all posts and replies') indicating a comprehensive fetch rather than summary. However, it lacks disclosure of read-only safety, rate limits, pagination behavior for long threads, or error handling when thread_id is invalid.

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 sentences total, front-loaded with the action verb. First sentence establishes purpose and scope; second provides workflow context. No redundant or filler content—every word serves the selection decision.

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?

For a single-parameter retrieval tool with simple input structure and no output schema, the description adequately covers the invocation context by mentioning the return content type (posts/replies) and workflow position. Could be improved by hinting at output structure or size limits, but sufficient for the complexity level.

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% with thread_id already described as 'The BoardGameGeek thread ID to fetch'. The description references 'specific... thread' which aligns with the parameter but adds no additional syntax, format examples, or constraints beyond the schema definition. Baseline 3 appropriate for high schema coverage.

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 verb 'Get' with clear resource 'BoardGameGeek forum thread' and scope 'full content... including all posts and replies'. It distinguishes from sibling search tools by specifying this retrieves content of a specific thread ID rather than searching or listing.

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

Usage Guidelines5/5

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

Explicitly states workflow dependency: 'Use this after finding relevant threads with bgg-rules.' This provides clear guidance on when to invoke the tool relative to its sibling bgg-rules, establishing the correct sequence for forum thread analysis.

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.