Skip to main content
Glama

submit_app

Submit your app to Huawei AppGallery for review and release. Supports full, phased, scheduled, and open testing releases.

Instructions

Submit app for review/release. Supports full, phased, scheduled, channel releases, and open testing (channel_id=2). Save all info first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idNoAppGallery Connect app ID. Optional if HUAWEI_APP_ID is set in the environment.
release_typeNo1=full (default), 3=phased/grey.
release_percentNoRollout % for release_type=3.
release_timeNoScheduled release in Unix ms; omit for immediate.
remarkNoInternal notes.
channel_idNo2=open testing.
use_testing_versionNoEnable 'Use testing version' for open testing.
test_start_timeNoUnix ms timestamp for test period start (must be >= current time).
test_end_timeNoUnix ms timestamp for test period end.
feedback_emailNoEmail address for tester feedback.
Behavior2/5

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

With no annotations, the description carries full burden but omits behavioral traits like mutation, permissions, rate limits, or error states. It only states the action without deeper insight.

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?

Two sentences, no fluff, front-loaded purpose. Every word adds value.

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

Completeness2/5

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

For a tool with 10 optional parameters and no output schema, the description is too brief. It lacks details on return values, error handling, prerequisites beyond 'save info', and does not explain the interplay of parameters like release_time and release_percent.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by summarizing parameter groups (e.g., 'channel_id=2' for open testing) and highlighting the save prerequisite, which complements the schema.

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 submits an app for review/release, listing supported release types. It distinguishes from sibling 'submit_app_with_file' by implying it submits saved app info.

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 provides usage context: 'Save all info first' acts as a prerequisite, and 'Supports full, phased, scheduled, channel releases, and open testing' indicates when to use. However, it does not explicitly exclude cases or name 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/AgiMaulana/HuaweiAppGalleryMcp'

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