Skip to main content
Glama
zeshuochen

nekoro-browser-mcp

by zeshuochen

get_response_body

Retrieve the HTTP response body for a given network request ID captured during browser automation, enabling inspection of API responses and page data for scraping or debugging purposes.

Instructions

get_response_body("1234.5") → CDP 网络响应体

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
request_idYes
Behavior1/5

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

The description provides no behavioral transparency whatsoever. It shows a code example but doesn't explain what the tool does, what the response body contains, how the CDP network response is structured, or any error conditions. No annotations exist to compensate. For a tool with zero described behavior beyond the name itself, this is a complete gap.

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 extremely short, but this is under-specification rather than genuine conciseness. A single example without any explanatory prose does not help the agent understand the tool's purpose or usage. There is no front-loaded information that clarifies what the tool accomplishes.

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

Completeness1/5

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

With no output schema, no annotations, and no parameter documentation, this description is severely incomplete. The tool appears to retrieve a CDP network response body but provides no context on when it's useful, what requests produce response bodies, or what the returned data looks like. For a tool with one undocumented parameter and zero schema coverage, the description fails to fill any gaps.

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?

Parameter documentation coverage is 0%, and the description adds essentially nothing about the request_id parameter. The example '1234.5' is likely a semicolon rather than a request ID, and even so, it doesn't explain where request IDs come from or how to obtain them. The description fails entirely to explain parameter meaning or provenance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The Chinese fragment 'CDP 网络响应体' translates to 'CDP network response body,' which clarifies the general domain but doesn't establish a clear purpose. The name 'get_response_body' combined with this fragment tells the agent it retrieves a network response body, which is somewhat clear, but it doesn't specify what kind of response, from which requests, or how it relates to sibling tools like network_enable or wait_for_network_idle.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites like needing network_enable first, doesn't explain when response bodies become available, and doesn't discuss alternatives. The example without explanation provides no actionable usage direction.

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/zeshuochen/nekoro-browser'

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