Skip to main content
Glama

full_upload_game

Handles the full game upload workflow: validates tokens, fetches config, adds game entry, uploads cover, and publishes release. Completes the entire process in one call.

Instructions

一键完整上传游戏:1)验证Token 2)获取配置 3)添加游戏条目 4)上传封面 5)发布Release。最常用的完整流程。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYes游戏元数据
libraryYes目标游戏库desktop
token_ghYesGitHub Token
token_gtYesGitCode Token
file_pathYes本地游戏安装包绝对路径(.7z/.apk)
image_pathYes本地封面图片绝对路径
upload_targetNoboth
Behavior4/5

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

With no annotations provided, the description carries the responsibility for behavioral disclosure, and it explicitly lists the five side-effecting steps: verifying tokens, getting config, adding a game entry, uploading a cover, and publishing a release. This makes clear that the tool performs mutating publishing actions. It does not mention partial-failure behavior, but the numbered pipeline is strong evidence of what the tool will do.

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?

One lead sentence plus a five-step numbered list is compact and front-loaded with the core purpose and the action sequence. The phrase '最常用的完整流程' is slightly promotional but not wasteful.

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?

Inputs and the high-level process are well covered, and the tool is callable from the provided information alone. However, there is no output schema and the description never states what the call returns (e.g., release URLs, success status) or how to handle partial failures in a multi-step flow—these are meaningful gaps for an orchestration tool.

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 high at 86%, so the schema already documents most parameters, setting the baseline at 3. The description only maps high-level steps to concepts like tokens and cover upload, and adds nothing about upload_target, file_path, image_path, or nested game fields beyond what the schema provides.

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 opens with '一键完整上传游戏' and enumerates the five concrete steps, making it clear this is a composite upload workflow rather than a single sibling tool. It doesn't explicitly contrast itself with siblings, but the numbered step list and '完整流程' signal its scope well.

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?

'最常用的完整流程' implies this is the default when the user wants the whole pipeline from token verification to release publishing. It gives no explicit when-not-to-use guidance and does not name the granular sibling tools as alternatives, so usage context is implied rather than fully stated.

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