Skip to main content
Glama
heizaheiza

Charles MCP Server

by heizaheiza

get_recording_snapshot

Load a saved recording snapshot for network traffic analysis without accessing live Charles Proxy sessions.

Instructions

Load a saved recording snapshot. This tool never reads the live Charles session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo

Implementation Reference

  • The implementation of the get_recording_snapshot tool, which uses the history_service to retrieve a snapshot result.
    async def get_recording_snapshot(
        ctx: ToolContext,
        path: Optional[str] = None,
    ) -> RecordingSnapshotResult:
        """Load a saved recording snapshot. This tool never reads the live Charles session."""
        deps = get_tool_dependencies(ctx)
        try:
            return await deps.history_service.get_snapshot_result(path)
        except Exception as exc:
            raise ValueError(str(exc)) from exc

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/heizaheiza/Charles-mcp'

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