Skip to main content
Glama
devinwang

google-play-developer-mcp

by devinwang

app_recovery_create

Create an app recovery action to automatically resolve crashes and app-not-responding errors, restoring app stability.

Instructions

Create an app recovery action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNameYesAndroid application package name, e.g. com.example.app
appRecoveryActionYes
Behavior1/5

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

No annotations exist, so the description must fully disclose behavior. It only says 'create,' implying mutation, but no details on side effects, permissions, idempotency, or required states.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, but too minimal; under-specification rather than conciseness. Lacks critical information that a well-crafted description should provide.

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

Completeness1/5

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

No output schema, no annotations, complex nested parameter, and multiple sibling tools. The description offers no context for return values, app recovery concepts, or integration with other tools.

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

Parameters1/5

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

Schema coverage is 50% (packageName described). The description adds no parameter meaning; appRecoveryAction is left as an opaque object with no guidance on its structure or required fields.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states 'Create an app recovery action,' which is a generic verb+resource but lacks specificity. It does not distinguish from sibling tools like app_recovery_add_targeting, app_recovery_cancel, or app_recovery_deploy, leaving purpose unclear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus other recovery tools. No when-not-to-use, prerequisites, or context provided.

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/devinwang/google-play-developer-mcp'

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