Skip to main content
Glama

get_network_requests

Retrieve captured network requests from connected React Native apps to analyze URL, method, status, and timing data for debugging and monitoring purposes.

Instructions

Retrieve captured network requests from connected React Native app. Shows URL, method, status, and timing. Tip: Use summary=true first for stats overview (counts by method, status, domain), then fetch specific requests as needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxRequestsNoMaximum number of requests to return (default: 50)
methodNoFilter by HTTP method (GET, POST, PUT, DELETE, etc.)
urlPatternNoFilter by URL pattern (case-insensitive substring match)
statusNoFilter by HTTP status code (e.g., 200, 401, 500)
formatNoOutput format: 'text' or 'tonl' (default, compact token-optimized format, ~30-50% smaller)tonl
summaryNoReturn statistics only (count, methods, domains, status codes). Use for quick overview.

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/igorzheludkov/metro-logs-mcp'

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