Apktool MCP Server

get_apktool_yml

Extract and retrieve apktool.yml information from a decoded APK project directory for reverse engineering Android applications, returning a structured dictionary for analysis.

Instructions

Get apktool.yml information from a decoded APK project.

Args: project_dir: Path to the APKTool project directory

Returns: Dictionary with apktool.yml content or error

Input Schema

NameRequiredDescriptionDefault
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "project_dir" ], "title": "get_apktool_ymlArguments", "type": "object" }
ID: jtugu4w3w9