Apktool MCP Server

get_resource_file

Retrieve content of a specific resource file from an APKTool project directory by specifying the resource type and name.

Instructions

Get content of a specific resource file.

Args: project_dir: Path to the APKTool project directory resource_type: Resource type (e.g., "layout", "drawable") resource_name: Name of the resource file

Returns: Dictionary with resource file content

Input Schema

NameRequiredDescriptionDefault
project_dirYes
resource_nameYes
resource_typeYes

Input Schema (JSON Schema)

{ "properties": { "project_dir": { "title": "Project Dir", "type": "string" }, "resource_name": { "title": "Resource Name", "type": "string" }, "resource_type": { "title": "Resource Type", "type": "string" } }, "required": [ "project_dir", "resource_type", "resource_name" ], "title": "get_resource_fileArguments", "type": "object" }
ID: jtugu4w3w9