dev-publish
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| permissions_whoamiA | Mostra apps e scopes que a IA pode usar. Não concede permissões. |
| permissions_requestB | A IA pede scopes ao dono. Cria pedido pendente — não activa nada sozinha. |
| play_statusC | Estado da app na Play: tracks, versionCodes, listing. |
| maintenance_digestB | Resumo de manutenção: tracks, reviews más, acções sugeridas. |
| play_list_reviewsC | Lista reviews recentes. |
| play_reply_reviewB | Responde a uma review. Exige reviews.reply. |
| play_update_listingC | Actualiza ficha da loja (título / descrições). |
| play_upload_imagesC | Upload de ícone, feature graphic ou screenshots. |
| play_invite_testersC | Regista emails para um track de teste. Exige testers.write. |
| play_publishB | Sobe um AAB para internal. production é recusado aqui. |
| play_promoteB | Promove um release entre tracks. Produção exige allowProduction + frase exacta. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Each tool targets a distinct action: permission introspection vs. permission request, status vs. maintenance digest, listing text vs. image upload, publish vs. promote. There is no pair where an agent would struggle to choose based on the names and descriptions.
Most tools follow a domain-prefix pattern (permissions_*, play_*) with verb/noun descriptors, but maintenance_digest breaks the play_ prefix and play_status/permissions_whoami use noun-style names. Minor inconsistency, still predictable.
Eleven tools is well within the sweet spot for a publishing-focused server, covering permissions, listing, reviews, testing, and release promotion without unnecessary duplication. Each tool earns its place.
The set covers the core Google Play lifecycle: upload to internal, promote through tracks, manage listing, handle reviews, and invite testers. It deliberately omits direct production publishing, and minor gaps like release rollback or detailed review management are workable.