Skip to main content
Glama
mstivenvelezc-ctrl

android-security-mcp

Listar apps instaladas

adb_list_packages
Read-only

List installed Android packages, filtering to user-installed apps by default. Exclude system apps to focus on third-party applications.

Instructions

Lista los paquetes instalados. Por defecto solo apps de usuario (no del sistema).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thirdPartyOnlyNoSi true, solo apps instaladas por el usuario (no del sistema).
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the description adds value by specifying the default filtering behavior (user apps only). However, it does not disclose other behavioral aspects like network requirements or that a device must be connected, which could be inferred but are not explicit.

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?

The description is extremely concise with two short sentences. It communicates the essential purpose and default behavior without any unnecessary words, making it easy to parse quickly.

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

Completeness3/5

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

For a simple tool with one parameter and no output schema, the description provides adequate information about the input behavior. However, it omits details about the output format (e.g., list of package names) and any potential side effects like requiring device connection, which could affect agent decision-making.

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

Parameters4/5

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

The input schema has full description coverage for the single parameter (thirdPartyOnly). The description reinforces the parameter's meaning by stating the default behavior, adding context that helps the agent understand the filtering logic beyond the schema's explanation.

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

Purpose4/5

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

The description clearly states the tool lists installed packages, with a default filter for user apps. The action and resource are specific and unambiguous. While it distinguishes from sibling tools by its focus on listing packages, it could be more explicit about differentiation from other list-like operations.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There is no mention of when not to use it, prerequisites, or any context for selecting it over other available tools such as adb_uninstall_package or adb_device_info.

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/mstivenvelezc-ctrl/android-security-mcp'

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