Skip to main content
Glama
duonglkh

claude-android

by duonglkh

read_manifest

Parses an AndroidManifest.xml file to extract package name, permissions, application class, and activities. Provide the absolute file path to get structured data.

Instructions

Read AndroidManifest.xml and return parsed structure: package, permissions, application class, activities. Pass manifestPath = absolute path to the AndroidManifest.xml file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
manifestPathYesAbsolute path to AndroidManifest.xml.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Implies read-only behavior with 'Read and return parsed structure', but no details on error handling, permissions, or side effects. Since no annotations exist, description carries burden but lacks depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose and return value, then parameter details. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read tool without output schema, description covers what it does, what it returns, and the required input. Complete given low complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and description repeats the schema's description. No additional meaning added beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Explicitly states the tool reads AndroidManifest.xml and returns a parsed structure including specific elements (package, permissions, etc.). Distinguishes from siblings (get_project_info, read_gradle) by targeting a specific file type.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides the required parameter and its format ('absolute path'), but no explicit guidance on when to use this tool over alternatives or conditions to avoid.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/duonglkh/claude-android'

If you have feedback or need assistance with the MCP directory API, please join our Discord server