Skip to main content
Glama

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

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