Skip to main content
Glama

Apktool MCP Server

modify_resource_file

Update the content of a specified resource file in Android projects. Define project directory, resource type, name, and new content. Optional backup creation ensures data safety during modifications.

Instructions

Modify the content of a specific resource file.

Input Schema

NameRequiredDescriptionDefault
create_backupNo
new_contentYes
project_dirYes
resource_nameYes
resource_typeYes

Input Schema (JSON Schema)

{ "properties": { "create_backup": { "default": true, "title": "Create Backup", "type": "boolean" }, "new_content": { "title": "New Content", "type": "string" }, "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", "new_content" ], "title": "modify_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