Skip to main content
Glama
zhizhuodemao

Android Proxy MCP

by zhizhuodemao

traffic_list

List captured HTTP/HTTPS traffic from Android devices with filtering by domain, resource type, status code, or URL pattern to analyze network requests.

Instructions

列出捕获的 HTTP/HTTPS 流量。支持按域名、类型、状态码、URL 筛选。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回数量限制,默认 50
filter_domainNo按域名筛选,支持通配符(如 *.example.com)
filter_typeNo按资源类型筛选(XHR, Document, Image, Script, Stylesheet, Font, Media, Other)
filter_statusNo按状态码筛选(如 200, 4xx, 500-599)
filter_urlNo按 URL 筛选,支持正则表达式
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the tool lists traffic with filtering, but doesn't disclose behavioral traits such as whether it's read-only (implied by '列出' but not explicit), potential rate limits, authentication needs, or what happens with large datasets (e.g., pagination). For a tool with no annotations, this leaves significant gaps in understanding its operation and constraints.

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 appropriately sized and front-loaded: a single sentence that states the core purpose and key features (filtering). There's no wasted text, and it efficiently conveys essential information without redundancy or unnecessary elaboration.

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?

Given the tool's moderate complexity (5 parameters, no output schema, no annotations), the description is minimally adequate. It covers the basic purpose and filtering, but lacks details on behavioral aspects (e.g., read-only nature, performance) and doesn't explain return values (no output schema). It's complete enough for a simple list tool but has clear gaps in context.

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 description coverage is 100%, so the schema fully documents all 5 parameters (limit, filter_domain, filter_type, filter_status, filter_url). The description adds minimal value beyond the schema by mentioning filtering support but doesn't provide additional semantic context (e.g., how filters combine, default behaviors). Baseline 3 is appropriate as the schema does the heavy lifting.

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's purpose: '列出捕获的 HTTP/HTTPS 流量' (list captured HTTP/HTTPS traffic). It specifies the resource (traffic) and verb (list), and distinguishes itself from siblings like traffic_clear (clear traffic) and traffic_get_detail (get detailed traffic). However, it doesn't explicitly differentiate from traffic_search (search traffic), which might have overlapping functionality, keeping it from a perfect score.

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 mentioning filtering capabilities ('支持按域名、类型、状态码、URL 筛选'), suggesting it's for retrieving filtered traffic data. However, it lacks explicit guidance on when to use this tool versus alternatives like traffic_search (no mention of differences) or traffic_get_detail (no indication of detail vs. list). The context is clear but incomplete for sibling differentiation.

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/zhizhuodemao/android_proxy_mcp'

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