Skip to main content
Glama
hzbhzb

whistle-mcp

by hzbhzb

whistle_sessions_search

Search captured network sessions by filtering on request parameters (query or POST body) or response JSON fields, such as finding requests containing a token param or responses returning an address field.

Instructions

搜索抓包数据:按请求参数名(query/POST body)或响应 JSON 字段名过滤。例如:查找哪些请求带了 token 参数、哪些接口返回了 address 字段

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo扫描最近多少条记录,默认 200
fieldNo响应 JSON 字段名(部分匹配字段路径,如 "address" 可匹配到 "data.address")
paramNo请求参数名(匹配 URL query 参数和 POST body 参数,部分匹配,如 "token"、"userId")
methodNo按 HTTP 方法过滤(GET / POST / PUT / DELETE)
urlFilterNoURL 过滤关键词(正则,如 "api.user")
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It explains the filtering logic (by query/POST body params and response JSON fields) with examples, but does not describe what the output looks like (e.g., whether it returns full session data or just matches) or any side effects. This is a moderate level of transparency.

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 sentence with a colon and an illustrative example, front-loaded with the main verb and resource. Every word contributes to understanding the tool's purpose, making it highly concise with no waste.

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 there are 5 optional parameters and no output schema, the description covers the tool's purpose and filtering dimensions but leaves gaps: it does not explain how multiple filters combine (AND/OR) or what the return data contains. This is acceptable but not fully complete for an agent to invoke correctly without further guidance.

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 already provides thorough descriptions for all 5 parameters (100% coverage), including details like partial path matching. The description adds contextual examples but not new parameter semantics beyond what the schema already documents, so a baseline score of 3 is appropriate.

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 searches captured data using request parameter names or response JSON fields, with concrete examples. This distinguishes it from sibling tools like whistle_sessions_list (listing sessions) and whistle_session_get (fetching a specific session), establishing a specific verb+resource+scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use it—when you need to find requests carrying a specific parameter (e.g., token) or responses containing a certain field (e.g., address). It does not explicitly mention alternatives or exclusion criteria, but the context is clear enough for an AI agent to infer its use case.

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/hzbhzb/whistle-mcp'

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