Skip to main content
Glama

Apktool MCP Server

decode_apk

Decode APK files to access and analyze their contents using Apktool. Extract resources, source code, or customize decoding options for Android app reverse engineering.

Instructions

Decode an APK file using APKTool

Input Schema

NameRequiredDescriptionDefault
apk_pathYes
forceNo
no_resNo
no_srcNo

Input Schema (JSON Schema)

{ "properties": { "apk_path": { "title": "Apk Path", "type": "string" }, "force": { "default": true, "title": "Force", "type": "boolean" }, "no_res": { "default": false, "title": "No Res", "type": "boolean" }, "no_src": { "default": false, "title": "No Src", "type": "boolean" } }, "required": [ "apk_path" ], "title": "decode_apkArguments", "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