Skip to main content
Glama

Apktool MCP Server

get_smali_file

Retrieve the content of a specific Smali file by class name for Android app reverse engineering. Input project directory and class name to extract targeted Smali code.

Instructions

Get content of a specific smali file by class name.

Input Schema

NameRequiredDescriptionDefault
class_nameYes
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "class_name": { "title": "Class Name", "type": "string" }, "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "project_dir", "class_name" ], "title": "get_smali_fileArguments", "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