Skip to main content
Glama

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

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