Tools Reference
Complete reference for all MCP tools provided by the Play Store MCP server.
Publishing Tools
| Tool | Description |
|---|---|
deploy_app |
Deploy an APK/AAB to a track with optional staged rollout |
deploy_app_multilang |
Deploy with multi-language release notes |
promote_release |
Promote a release between tracks |
get_releases |
Get release status for all tracks |
halt_release |
Halt a staged rollout |
update_rollout |
Update rollout percentage |
get_app_details |
Get app metadata |
Store Listings Tools
| Tool | Description |
|---|---|
get_listing |
Get store listing for a language |
update_listing |
Update store listing text and video |
list_all_listings |
List all store listings across languages |
Review Tools
| Tool | Description |
|---|---|
get_reviews |
Fetch recent reviews with optional filters |
reply_to_review |
Reply to a user review |
Subscription Tools
| Tool | Description |
|---|---|
list_subscriptions |
List subscription products |
get_subscription_status |
Check subscription purchase status |
list_voided_purchases |
List voided purchases |
In-App Products Tools
| Tool | Description |
|---|---|
list_in_app_products |
List all in-app products |
get_in_app_product |
Get details of a specific product |
Testers Tools
| Tool | Description |
|---|---|
get_testers |
Get testers for a track |
update_testers |
Update testers for a track |
Orders & Expansion Files
| Tool | Description |
|---|---|
get_order |
Get order/transaction details |
get_expansion_file |
Get APK expansion file info |
Validation Tools
| Tool | Description |
|---|---|
validate_package_name |
Validate package name format |
validate_track |
Validate track name |
validate_listing_text |
Validate store listing text lengths |
Batch Operations Tools
| Tool | Description |
|---|---|
batch_deploy |
Deploy to multiple tracks at once |
Vitals Tools
| Tool | Description |
|---|---|
get_vitals_overview |
Get Android Vitals overview |
get_vitals_metrics |
Get specific vitals metrics |
get_order
Retrieve detailed order and transaction information for a specific order ID.
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
package_name |
string | Yes | App package name (e.g., com.example.app) |
order_id |
string | Yes | The order ID to look up |
get_expansion_file
Get information about APK expansion files (main or patch) for a specific APK version.
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
package_name |
string | Yes | — | App package name |
version_code |
integer | Yes | — | The APK version code |
expansion_file_type |
string | No | main |
Type: main or patch |
Note: The client manages edit sessions internally — you do not need to supply an
edit_id.