Apktool MCP Server

list_resources

Extract and filter resources from an APKTool project directory by specifying a resource type, such as "layout" or "drawable", to organize and analyze Android app components.

Instructions

List resources in a project, optionally filtered by resource type.

Args: project_dir: Path to the APKTool project directory resource_type: Optional resource type to filter by (e.g., "layout", "drawable")

Returns: Dictionary with list of resources

Input Schema

NameRequiredDescriptionDefault
project_dirYes
resource_typeNo

Input Schema (JSON Schema)

{ "properties": { "project_dir": { "title": "Project Dir", "type": "string" }, "resource_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Resource Type" } }, "required": [ "project_dir" ], "title": "list_resourcesArguments", "type": "object" }
ID: jtugu4w3w9