Skip to main content
Glama

scan_activity_browsable

Scans Android apps to identify activities that can be triggered via deep links, revealing URL scheme entry points for security testing.

Instructions

Run scanner.activity.browsable to find activities reachable via BROWSABLE category (deep-link / URL scheme entry points).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations exist, so the description must disclose behavioral traits. It only states the tool runs a scanner, but does not mention read-only nature, permissions required, or any side effects. The behavioral transparency is minimal.

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

Conciseness2/5

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

The description is very short (one sentence) but omits necessary information about the parameter and output. It is not effectively front-loaded with critical details; it lacks completeness for a tool with an optional parameter.

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

Completeness2/5

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

Given the tool has one optional parameter, no annotations, and an output schema (unseen), the description fails to provide enough context. It does not mention the parameter's purpose or the return format, leaving the agent underinformed.

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

Parameters1/5

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

Schema description coverage is 0%, meaning the optional 'package' parameter has no description. The tool description does not explain what the parameter does, leaving the agent without guidance on how to use it.

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 finds activities reachable via the BROWSABLE category (deep-link/URL scheme entry points). It uses a specific verb 'scan' and resource 'activities browsable', distinguishing it from sibling tools like list_activities that list all activities.

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 for browsing deep-link entry points but does not explicitly state when to use this tool vs alternatives like start_activity or list_activities. No guidance on when not to use or prerequisites is provided.

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/prathx0/drozer-mcp'

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