Skip to main content
Glama
zhizhuodemao

Android Proxy MCP

by zhizhuodemao

traffic_search

Search captured Android network traffic for keywords in URLs, headers, and bodies to analyze HTTP/HTTPS requests and responses.

Instructions

搜索流量内容。可搜索 URL、请求头、请求体、响应头、响应体。返回匹配的片段而非完整内容。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYes搜索关键词
search_inNo搜索范围:url, request_headers, request_body, response_headers, response_body, all(默认)
methodNo限定 HTTP 方法(GET/POST)
domainNo限定域名(支持通配符 %)
context_charsNo返回匹配内容前后字符数,默认 150
limitNo最多返回几条匹配,默认 10
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 of behavioral disclosure. It states that the tool returns matching fragments, which is useful context. However, it doesn't cover critical aspects like whether this is a read-only operation, potential performance impacts, error conditions, or authentication requirements. For a search tool with no annotations, this leaves significant gaps in understanding its behavior.

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

Conciseness4/5

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

The description is concise and front-loaded, stating the core functionality in the first sentence. The second sentence adds important details about search scope and return format. Both sentences earn their place by providing essential information without redundancy. It could be slightly improved by structuring with bullet points for clarity, but it's efficiently written.

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 complexity (6 parameters, search functionality) and lack of annotations and output schema, the description is moderately complete. It covers the purpose and return format but misses behavioral context and usage guidelines. For a search tool, it adequately explains what it does but doesn't fully address how or when to use it effectively, leaving room for improvement in contextual understanding.

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 already documents all parameters thoroughly. The description adds no additional parameter semantics beyond what's in the schema. It mentions searchable components (e.g., URL, headers) which align with the 'search_in' parameter, but doesn't provide extra context like format examples or constraints. Baseline 3 is appropriate when 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: '搜索流量内容' (search traffic content). It specifies the searchable components (URL, headers, bodies) and the return format (matching fragments rather than full content). However, it doesn't explicitly differentiate this search tool from sibling tools like 'traffic_list' or 'traffic_get_detail', which likely serve different purposes in traffic analysis.

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?

The description provides no guidance on when to use this tool versus alternatives. With sibling tools like 'traffic_list' (likely listing traffic) and 'traffic_get_detail' (likely getting detailed traffic records), there's no indication of how this search function differs or when it's preferred. The description mentions what it does but not the context for its use.

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