Skip to main content
Glama

Apktool MCP Server

clean_project

Clear project directories to prepare for rebuilding by removing unnecessary files and optionally creating backups. Designed for use with Android application reverse engineering via the Apktool MCP Server.

Instructions

Clean a project directory to prepare for rebuilding.

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" }

Other Tools from Apktool MCP Server

Related Tools

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