Skip to main content
Glama

clear_app_data

Clears all app data for a specified Android package, resetting the app to a clean state and removing cached files.

Instructions

Delete all data associated with a package (resets app to clean state, clears cache).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serialNoSpecific device serial number
packageNameYesPackage name of the app (e.g. 'com.example.app')
Behavior4/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It clearly communicates that the tool deletes all app data and clears cache, which is a strong destructive signal. However, it does not mention irreversibility, required permissions, or whether the app remains installed, though the 'resets app' phrasing partially implies this.

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

Conciseness5/5

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

The description is a single, front-loaded sentence with no wasted words. It immediately states the action and then adds a clarifying parenthetical, making it highly scannable.

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

Completeness4/5

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

For a simple tool with only two parameters and no output schema, the description adequately covers the core behavior and context. It clearly explains what is deleted and the result (clean state), but could be more complete with usage guidance or mention of the tool's effect on app installation.

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

Parameters3/5

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

The input schema covers 100% of parameters with descriptions, including an example for packageName. The tool description adds no additional parameter semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

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

Purpose5/5

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

The description clearly states the verb 'Delete' and the resource 'all data associated with a package,' making the tool's function unambiguous. The parenthetical 'resets app to clean state, clears cache' also distinguishes it from sibling tools like uninstall_app and force_stop_app.

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

Usage Guidelines3/5

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

The phrase 'resets app to clean state' implies a use case but does not explicitly state when to use this tool versus alternatives like uninstall_app or force_stop_app. No exclusions or alternative recommendations are 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/abhinav7895/adb-mcp-server'

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