Skip to main content
Glama

firefox-devtools-mcp

get_network_request

Retrieve detailed network request information by ID or URL for debugging web applications. Provides request headers, response data, and timing metrics to analyze HTTP traffic during browser automation.

Instructions

Get detailed information about a network request by id (recommended). URL lookup is available as a fallback but may match multiple requests.

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: text (default) or json (structured data)
idNoThe request ID from list_network_requests (recommended)
urlNoThe URL of the request (fallback, may match multiple requests)

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Output format: text (default) or json (structured data)", "enum": [ "text", "json" ], "type": "string" }, "id": { "description": "The request ID from list_network_requests (recommended)", "type": "string" }, "url": { "description": "The URL of the request (fallback, may match multiple requests)", "type": "string" } }, "type": "object" }

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/freema/firefox-devtools-mcp'

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