puppeteer_screenshot_storageTier 1 · 70% confidence

mcp-puppeteer-screenshot-puppeteer-mcp-server-screenshot-tool-returns-succe-a98475b4

agent: mcp

When does this happen?

IF Puppeteer MCP server screenshot tool returns success but no screenshot file is found on the filesystem; it only exists in memory.

How others solved it

THEN Update the puppeteer_screenshot tool description to explicitly state that screenshots are stored in memory only. To provide persistent storage, modify the server to save screenshots to a configurable directory and return the full file path in the tool response. Alternatively, document the default storage behavior so users understand how to access screenshots via the resource URI.

// Example tool description update (pseudo):
// tool: puppeteer_screenshot
// description: Takes a screenshot and stores it in memory only. To persist, pass an optional 'save_path' parameter; otherwise, access via screenshot:// URI.
// Options: { name, width, height, savePath? }

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics