Skip to main content
Glama

release_game_asset

Publish game installation package to GitHub/GitCode Releases by uploading the asset to the pre-existing release tag for the target version.

Instructions

发布游戏安装包到 GitHub/GitCode Release。需要对应的 Release tag(v{version})预先存在。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
game_idYes游戏 ID,资源文件命名为 {game_id}.{ext}
libraryYes目标游戏库(决定文件扩展名 .7z/.apk)desktop
versionYes游戏版本号,将使用 Release tag v{version}
token_ghYesGitHub Token
token_gtYesGitCode Token
file_pathYes本地安装包的绝对路径(.7z 或 .apk)
upload_targetNo上传目标平台both
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. It does disclose the tag precondition, but it never states that the file will be uploaded/attached to the release, whether existing assets are overwritten, what token scopes are required, or what success/failure looks like. For an externally mutating tool this is a significant transparency gap.

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 two short sentences with the purpose front-loaded and the critical prerequisite immediately after. There is no redundancy or filler; every clause earns its place.

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 schema fully documents all seven parameters, so invocation-level information is largely covered. However, with no annotations and no output schema, the description omits expected return behavior, overwrite semantics, token permission expectations, and selection guidance relative to full_upload_game. It is adequate but not 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 description coverage is 100%, so the baseline is 3. The description adds no additional parameter meaning beyond the schema; the tag mapping, default upload target, and extension rules are already documented in the input schema.

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 states a clear action and target: publish the game installation package to GitHub/GitCode Release. It also adds the key precondition that the Release tag v{version} must already exist. It does not explicitly distinguish this step from the sibling full_upload_game, so it falls short of full sibling differentiation.

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

Usage Guidelines3/5

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

The description gives an explicit precondition: the corresponding Release tag must already exist. This implies the tool should not be used when the tag has not been created, and it suggests the tag must be prepared beforehand. However, no alternatives are named, and it does not compare against full_upload_game or other upload-related tools.

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/znm2500/aul-uploader-mcp'

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