Skip to main content
Glama
codeiva11
by codeiva11

replay_request

Send a duplicate network request in the current page context, reusing session headers to verify or debug API calls without losing authentication.

Instructions

Re-send a network request inside the page context, reusing the current session headers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
bodyNo
methodNoGET
headersNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv3.2.13

TDQS

B3.1/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It discloses two meaningful behaviors: execution happens inside the page context and session headers are reused. However, it does not state whether the request triggers navigation, whether the response is returned, or that re-sending a request may have side effects on the server.

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, focused sentence with no wasted words. The core scoping constraints, 'inside the page context' and 'reusing the current session headers', are front-loaded and immediately useful to an agent.

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

Completeness2/5

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

For a tool with four parameters, no annotations, and no output schema, the description omits significant contextual details: what the tool returns, whether it performs a page navigation, how body and headers interact with the original request, and whether replaying is safe. It gives a good one-line summary but is not complete enough for an agent to invoke it confidently in varied situations.

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?

Schema description coverage is 0%, and the description mentions none of the four parameters (url, body, method, headers). It does not clarify how the headers parameter interacts with the reused session headers, what format body expects, or how the method default works. The description adds no parameter-level meaning beyond the schema.

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 uses a specific verb ('Re-send') and a clear resource ('network request inside the page context'), and notes that it reuses the current session headers. It is distinct enough from siblings like navigate or execute_js, though it does not explicitly name an alternative.

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 phrase 'inside the page context, reusing the current session headers' implies when to use the tool: when the agent needs to replay a request with existing session/auth state. However, it gives no explicit guidance about when not to use it, nor does it identify alternatives among the many sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/codeiva11/Real-Browser-Mcp'

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