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
| Name | Required | Description | Default |
|---|---|---|---|
| game_id | Yes |