Skip to main content
Glama

list_packages

List installed Android application packages, filterable by package type or name, for managing, inspecting, or debugging apps.

Instructions

List all installed application packages on the device, with options to filter by name or package type.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by package typeall
filterNoSubstring to filter package names (e.g. 'google')
serialNoSpecific device serial number
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only says 'List', which implies a read-only operation, but it does not explicitly state that it is non-destructive, what output it returns, or how the serial parameter behaves (e.g., default device). This leaves important behavioral context undisclosed.

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 a single, well-structured sentence that immediately identifies the action and subject. It includes the key optional behaviors (filtering) without any unnecessary words or repetition.

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 list tool with no output schema, the description is adequate but has gaps: it doesn't describe the return value format, the default behavior when serial is omitted, or explicitly confirm the operation is read-only. These omissions reduce completeness, especially with no annotations to fill them.

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?

The input schema has complete descriptions for all three parameters, so the baseline is 3. The description adds only a brief summary of the filter options ('by name or package type'), which does not go beyond the schema's own parameter descriptions.

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?

The description clearly states the tool's function: 'List all installed application packages on the device' with a specific verb and resource. It also mentions filtering options, which distinguishes it from sibling tools that list other resources (e.g., list_forwards, list_devices).

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?

The description implies usage by stating what the tool does and its filter options, but it does not explicitly say when to use it versus alternatives. There are no exclusion criteria or named alternative tools, though the unique purpose makes it fairly obvious.

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/abhinav7895/adb-mcp-server'

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