Android Publisher Invoke
android_publisher_invokeCall any Android Publisher v3 API method directly by dotted path. Use for endpoints without a dedicated tool; reads run immediately, mutations require confirmation.
Instructions
Call any Android Publisher v3 method directly, by dotted path.
An escape hatch for endpoints this server has not wrapped and for ones Google ships after this release. Prefer the dedicated tools: they validate input, normalise output and carry the safety rules. Use this when there is no dedicated tool.
Read methods run immediately. Anything that mutates is a two-step confirmed write, decided from the HTTP verb the API itself uses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Keyword arguments for the method, as the API names them (packageName, editId, ...) | |
| confirm | No | Set True only after the user approved the preview | |
| method_path | Yes | Dotted path, e.g. "edits.tracks.list" or "purchases.voidedpurchases.list" | |
| confirmation_token | No | The token from that preview; never invent one |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||