Skip to main content
Glama

get_network_activity

Retrieve captured network requests and responses to analyze web traffic during debugging sessions, with options to filter by request type and clear history.

Instructions

Recupera todas as requisições de rede capturadas

Input Schema

NameRequiredDescriptionDefault
clearNoLimpar histórico após recuperação
filterTypeNoFiltrar por tipoall

Input Schema (JSON Schema)

{ "properties": { "clear": { "default": false, "description": "Limpar histórico após recuperação", "type": "boolean" }, "filterType": { "default": "all", "description": "Filtrar por tipo", "enum": [ "all", "request", "response" ], "type": "string" } }, "type": "object" }

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/EmmanuelBarbosaMonteiro/mcp-server-browser'

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