Skip to main content
Glama
Komeiji-Shiki

trpg-dice-mcp

reveal_hidden_roll

Reveal hidden dice results by roll ID, returning the complete roll breakdown and outcomes for TRPG sessions. Unlock encrypted rolls to view what happened.

Instructions

解锁查看暗骰结果,返回完整掷骰明细。

示例:

  • reveal_hidden_roll roll_id="h7"

  • reveal_hidden_roll roll_id="#h12" reason="战斗结束后揭示"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNozh
reasonNo揭示原因
roll_idYes暗骰 ID,如 h7 或 #h7
Behavior2/5

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

The annotations do not indicate read-only (readOnlyHint=false), and the description says 'unlock', implying a state change. Yet it does not disclose whether the reveal is permanent, whether it affects all players, or any authorization requirements. The description carries a low burden but still lacks behavioral detail.

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?

The description is extremely concise: two short sentences plus two examples. It leads with the primary purpose and includes only necessary details, with no redundant information.

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?

The description states the return value ('完整掷骰明细') but does not detail output structure or edge cases. Given no output schema, more detail could be expected, but for a simple reveal tool, it is minimally complete.

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 67%, and the schema already describes roll_id and reason. The description adds useful examples of roll_id formats (h7, #h12) and reason usage, but does not explain locale. The baseline of 3 is appropriate since the schema does most of the work.

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 clearly states the tool's function: unlocking and viewing hidden dice roll results and returning complete roll details. It uses a specific verb-resource pair ('解锁查看' / '暗骰结果') and is easily distinguished from sibling rolling tools.

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

Usage Guidelines4/5

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

The description implies usage for hidden rolls and provides examples, making the context clear. However, it does not explicitly state when not to use it (e.g., for normal rolls), but sibling tools like roll_dice provide sufficient contrast.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Komeiji-Shiki/trpg-dice-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server