Skip to main content
Glama
StevenFengLi

Haiguitang MCP Server

by StevenFengLi

get_puzzle

Retrieve complete content for Situation Puzzle games to solve mysterious scenarios by asking yes/no questions and uncovering full stories behind illogical situations.

Instructions

获取一个谜题的完整内容

    Args:
        puzzle_title: 海龟汤的标题

    Returns:
        选择结果信息
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
puzzle_titleYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.2

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves puzzle content but doesn't describe traits like whether it's read-only, requires authentication, has rate limits, or what happens on errors. For a tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

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

Conciseness4/5

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

The description is concise and well-structured, with a clear purpose statement followed by Args and Returns sections. It avoids unnecessary details, though the return description '选择结果信息' (selection result information) is vague. Overall, it's efficient but could be more informative in key areas.

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

Completeness2/5

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

Given the tool's complexity (1 parameter, no annotations, no output schema), the description is incomplete. It lacks details on behavioral traits, usage context, and return values. The vague return description and absence of output schema leave the agent uncertain about what to expect, making it inadequate for effective tool invocation.

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?

The description adds minimal semantics beyond the input schema. It mentions 'puzzle_title: 海龟汤的标题' (puzzle_title: the title of the puzzle), which clarifies the parameter's purpose but doesn't provide format details or examples. With 0% schema description coverage, this offers some compensation but is insufficient for full understanding, aligning with the baseline.

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?

The description clearly states the tool's purpose: '获取一个谜题的完整内容' (get the complete content of a puzzle). It specifies the verb '获取' (get) and resource '谜题' (puzzle), making the function unambiguous. However, it doesn't explicitly differentiate from sibling tools like 'list_puzzles_tool', which might list puzzles rather than retrieve full content.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_prompt' or 'list_puzzles_tool', nor does it specify prerequisites or exclusions. Usage is implied by the purpose but lacks explicit context for selection.

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

Deploy Server

Other Tools