traffic_get_detail

获取单个请求的元数据(请求头、响应头、参数等)。注意:不包含请求体和响应体内容,使用 traffic_read_body 读取。

Server Android Proxy MCP zhizhuodemao/android_proxy_mcp
Category Read
Risk class Low
Parameters 00 required

What traffic_get_detail does on Android Proxy MCP

AI agents call traffic_get_detail to retrieve information from Android Proxy MCP without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

Why traffic_get_detail needs a policy

This is a Read operation—it queries and retrieves existing traffic metadata with no side effects (no modification, deletion, or execution). However, severity is elevated to 'medium' rather than 'low' because the tool operates on HTTP/HTTPS traffic capture, which may contain sensitive authentication tokens, API keys, credentials, or personal data in headers and parameters.

From the tool's definition Tool name 'traffic_get_detail' and description indicate it retrieves metadata (request headers, response headers, parameters, etc.) from captured HTTP/HTTPS traffic.

Questions about traffic_get_detail

What does the traffic_get_detail tool do? +

获取单个请求的元数据(请求头、响应头、参数等)。注意:不包含请求体和响应体内容,使用 traffic_read_body 读取。. It is categorised as a Read tool in the Android Proxy MCP MCP Server, which means it retrieves data without modifying state.

How do I enforce a policy on traffic_get_detail? +

Register the Android Proxy MCP server in PolicyLayer and add a rule for traffic_get_detail: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Android Proxy MCP. Nothing to install.

What risk level is traffic_get_detail? +

traffic_get_detail is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit traffic_get_detail? +

Yes. Add a rate_limit block to the traffic_get_detail rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block traffic_get_detail completely? +

Set action: deny in the PolicyLayer policy for traffic_get_detail. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides traffic_get_detail? +

traffic_get_detail is provided by the Android Proxy MCP server (zhizhuodemao/android_proxy_mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.