Skip to main content
Glama

Apktool MCP Server

get_resource_file

Extract and retrieve specific resource files from Android projects using defined parameters like project directory, resource type, and name for precise reverse engineering support.

Instructions

Get content of a specific resource file.

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" }

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