Skip to main content
Glama
nfodor

Chromium ARM64 Browser

by nfodor

get_network_errors

Retrieve network error logs to identify and troubleshoot connectivity issues during browser automation and web testing on ARM64 devices.

Instructions

Get network error logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • index.js:255-262 (registration)
    Tool registration in ListToolsRequestSchema handler, defining name, description, and empty input schema.
    { name: 'get_network_errors', description: 'Get network error logs', inputSchema: { type: 'object', properties: {}, }, },
  • Handler function that returns the stored networkErrors array as formatted JSON.
    async getNetworkErrors() { return { content: [{ type: 'text', text: JSON.stringify(networkErrors, null, 2) }], }; }
  • Dispatch case in CallToolRequestSchema handler that invokes the getNetworkErrors method.
    case 'get_network_errors': return await this.getNetworkErrors();

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/nfodor/mcp-chromium-arm64'

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