Skip to main content
Glama

Apktool MCP Server

search_in_files

Search for specific patterns within files of specified extensions in a project directory, aiding in reverse engineering Android applications with Apktool MCP Server.

Instructions

Search for a pattern in files specified extensions.

Input Schema

NameRequiredDescriptionDefault
file_extensionsNo
max_resultsNo
project_dirYes
search_patternYes

Input Schema (JSON Schema)

{ "properties": { "file_extensions": { "default": [ ".smali", ".xml" ], "items": { "type": "string" }, "title": "File Extensions", "type": "array" }, "max_results": { "default": 100, "title": "Max Results", "type": "integer" }, "project_dir": { "title": "Project Dir", "type": "string" }, "search_pattern": { "title": "Search Pattern", "type": "string" } }, "required": [ "project_dir", "search_pattern" ], "title": "search_in_filesArguments", "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