Skip to main content
Glama
GlossMod

GlossModMCP

Official
by GlossMod

get_game_detail

Retrieve detailed information and mod statistics for a specific game using its game ID from a search result. Access the game's mod page directly via the returned game path.

Instructions

获取指定游戏的详细信息。

⚠️ 前置条件:game_id 必须从 get_games 函数的搜索结果中获取。

工作流:
1. get_games(search="游戏名") -> 获取 id
2. get_game_detail(game_id=该id) -> 获取详细信息

包括 Mod 统计数据。

游戏详细网址: 
https://mod.3dmgame.com/<game_path>
其中 game_path 来自此函数返回结果中的 "game_path" 字段

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
game_idYes
Behavior4/5

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

No annotations provided, so the description must disclose behavioral traits. It mentions including mod statistics and provides a URL pattern, which adds context. However, it does not explicitly state that the operation is read-only or idempotent, though it is implied.

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, front-loading the purpose and then providing a clear workflow. No unnecessary text, but the step-by-step instructions could be slightly more compact.

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

Completeness5/5

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

The description covers all essential aspects for a simple detail retrieval tool: purpose, prerequisite, workflow, and a derived URL. It differentiates well from sibling tools and provides enough context for correct invocation.

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

Parameters2/5

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

Schema coverage is 0% for the single parameter game_id, and the description only adds a usage constraint (must come from get_games) but does not explain the parameter's semantics or format. This is insufficient to compensate for the missing schema descriptions.

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 that the tool retrieves detailed information for a specified game, including mod statistics, and distinguishes it from sibling tools like get_games (search) and get_mods/get_mod_detail (mod-specific).

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 provides a prerequisite (game_id must come from get_games) and a two-step workflow, guiding when and how to use the tool versus alternatives.

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/GlossMod/gloss-mod-mcp'

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