Skip to main content
Glama

Apktool MCP Server

clean_project

Clean an APKTool project directory to reset it for rebuilding, with optional backup of build files, ensuring a fresh start for Android app reverse engineering.

Instructions

Clean a project directory to prepare for rebuilding.

Args: project_dir: Path to the APKTool project directory backup: Whether to create a backup of build directories before cleaning

Returns: Dictionary with operation results

Input Schema

NameRequiredDescriptionDefault
backupNo
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "backup": { "default": true, "title": "Backup", "type": "boolean" }, "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "project_dir" ], "title": "clean_projectArguments", "type": "object" }

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/zinja-coder/apktool-mcp-server'

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