Skip to main content
Glama
yinnho

AginxBrowser

session_network

Read-only

Read a session's network request log to get real media URLs (m3u8, mp4, dash) requested by the player, instead of decoy links in HTML. Use filter media or list all requests.

Instructions

Read the session's network request log. filter="media" extracts playback/stream URLs (m3u8/HLS, mp4, dash, flv...) actually requested by the page's player at runtime - the reliable way to get a real video link, since links embedded in page HTML are often decoys. Media elements and player iframes the engine never fetches (video/audio/source/iframe src) are merged in as candidates: via="network" entries are confirmed requests, via="dom" entries are candidates carrying their tag (iframes = kind "iframe", navigate into them to sniff). Default returns every request as compact rows (method/url/status/type/size). Navigate to the video page first, let it load, then call this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNo"media" extracts playback/stream links (m3u8/HLS, mp4, dash, ...) from the requests the page actually issued - the reliable way to get a real video link, since URLs embedded in page HTML are often decoys. Media elements and player iframes the engine never fetches (video/audio/source src, iframe src) are merged in as candidates: entries carry via="network" (confirmed requests) or via="dom" (candidates, with their tag; iframes surface as kind "iframe" - player pages to navigate or sniff inside, not playable URLs). Omit to list every request as compact rows.
session_idYesSession ID

Schema Changelog

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

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Though the annotations only indicate readOnlyHint=true, the description adds rich behavioral detail: default returns compact rows with specific fields, filter="media" merges DOM candidates, entries carry via="network" or via="dom", and iframe candidates are marked as kind "iframe" to navigate into. This goes well beyond the annotation and helps the agent predict exactly what will happen.

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 long but every clause earns its place: primary purpose, filter semantics, reliability rationale, via distinction, default output shape, and usage ordering. The most important scoping sentence is front-loaded, and the detailed nuances are structured with clear separators.

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

Completeness5/5

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

With no output schema, the description must explain the return format, and it does: compact rows with method/url/status/type/size, plus via-tagged entries for media mode. It also covers prerequisites, navigation strategy, and how to handle iframe candidates. Nothing essential for a successful call is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds value by explaining the runtime semantics of filter="media", including the distinction between confirmed network requests and DOM candidates, and clarifies the default behavior when the filter is omitted. session_id remains minimally described, but it is a straightforward required identifier.

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 opens with a specific verb and resource: 'Read the session's network request log.' It clearly distinguishes this tool from navigation, scrolling, and clicking siblings by focusing on network request inspection, and adds the concrete use case of extracting real media URLs versus HTML-embedded decoys.

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 gives clear operational context: navigate to the video page first, let it load, then call this tool. It also explains when to use filter="media" versus omitting it. However, it does not explicitly name alternative tools or state when NOT to use this tool in favor of a sibling such as download or fetch.

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/yinnho/aginxbrowser'

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