Skip to main content
Glama

proxy_list_rules

Display all interception rules organized by priority to manage network traffic capture and modification across browsers, CLI tools, Docker containers, and Android devices.

Instructions

List all interception rules sorted by priority.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Implementation of the `proxy_list_rules` tool which lists all interception rules using `proxyManager.listRules()`.
    server.tool(
      "proxy_list_rules",
      "List all interception rules sorted by priority.",
      {},
      async () => {
        const rules = proxyManager.listRules();
        return {
          content: [{
            type: "text",
            text: JSON.stringify({ status: "success", count: rules.length, rules }),
          }],
        };
      },
    );
Install Server

Other Tools

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/yfe404/proxy-mcp'

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