{ "name": "browser_snapshot", "description": "Capture accessibility snapshot of the current page, this is better than screenshot", "inputSchema": { "properties": { "depth": { "description": "Limit the depth of the snapshot tree", "type": "number" }, "filename": { "description": "Save snapshot to markdown file instead of returning it in the response.", "type": "string" } }, "required": null, "type": "object" } }