query_app_info
Retrieve app metadata such as name, description, category, and content rating from AppGallery Connect. Filter by release channel or phase as needed.
Instructions
Query app metadata (name, description, category, content rating) from AppGallery Connect. Optionally scope to a release channel with channel_id=2 for open testing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No | AppGallery Connect app ID. Optional if HUAWEI_APP_ID is set in the environment. | |
| release_type | No | 1=formal (default), 3=phased/grey. | |
| channel_id | No | Optional channel ID to query a specific release channel. Use 2 for open testing. |