Apktool MCP Server

delete_project

Remove an APKTool project directory to clear storage and manage resources. Specify the directory path, and optionally force deletion without additional checks. Returns operation results.

Instructions

Delete an APKTool project directory.

Args: project_dir: Path to the APKTool project directory force: Force deletion without additional checks

Returns: Dictionary with operation results

Input Schema

NameRequiredDescriptionDefault
forceNo
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "force": { "default": false, "title": "Force", "type": "boolean" }, "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "project_dir" ], "title": "delete_projectArguments", "type": "object" }
ID: jtugu4w3w9