Skip to main content
Glama

Apktool MCP Server

list_smali_files

Identify and list smali files within a specified directory in an Android project, with an option to filter results by package prefix.

Instructions

List smali files in a specific smali directory, optionally filtered by package prefix.

Input Schema

NameRequiredDescriptionDefault
package_prefixNo
project_dirYes
smali_dirNosmali

Input Schema (JSON Schema)

{ "properties": { "package_prefix": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Package Prefix" }, "project_dir": { "title": "Project Dir", "type": "string" }, "smali_dir": { "default": "smali", "title": "Smali Dir", "type": "string" } }, "required": [ "project_dir" ], "title": "list_smali_filesArguments", "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