Skip to main content
Glama

network_get

Retrieve captured network events from browser activity. Filter by URL and optionally fetch response bodies.

Instructions

Retrieve captured network events.

Args:
    limit: max entries returned (chronological: oldest first within the last `limit`, newest last)
    filter_url: substring filter on URL
    include_body: fetch response bodies via CDP Network.getResponseBody
        for each matching entry. Bodies are truncated to max_body_bytes.
        Requires network_start(capture_bodies=True) (default).
    max_body_bytes: cap per-body length (default 10000)
    full: if True, return entries with full headers + body fields
        from network_index (use this once you've called network_start).
        Default False = legacy flat event stream (backward compat).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
filter_urlNo
include_bodyNo
max_body_bytesNo
fullNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Tool Definition Quality

Score is being calculated. Check back soon.

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/RobithYusuf/mcp-stealth-chrome'

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