check_apktool
Check availability of apktool, androguard, and Java; identifies the active backend for APK analysis.
Instructions
Return apktool / androguard / java availability.
Active backend is one of "apktool" (apktool jar on PATH
and a JRE), "androguard" (pure-Python fallback), or
"none" (server can't analyse anything).
The MCP layer prefers apktool when both are present because apktool's Smali output is closer to the canonical AOSP form. androguard is the always-on fallback for the header
class enumeration + manifest-decoding tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||