Skip to main content
Glama

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

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