Skip to main content
Glama

proxy_list_sessions

List recorded network traffic sessions captured by the proxy server for analysis, modification, or replay purposes.

Instructions

List recorded sessions in storage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler for proxy_list_sessions that retrieves the list of sessions from proxyManager.
    server.tool(
      "proxy_list_sessions",
      "List recorded sessions in storage.",
      {},
      async () => {
        try {
          const sessions = await proxyManager.listSessions();
          return {
            content: [{ type: "text", text: truncateResult({ status: "success", count: sessions.length, sessions }) }],
          };
        } catch (e) {
          return { content: [{ type: "text", text: JSON.stringify({ status: "error", error: toError(e) }) }] };
        }
      },
    );
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