Skip to main content
Glama

Better Playwright MCP

by livoras

downloadImage

Download images to a local temporary directory using the provided URL and retrieve the local file path for further use in browser automation workflows.

Instructions

下载图片到本地临时目录,返回本地文件路径

Input Schema

NameRequiredDescriptionDefault
urlYes图片URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "description": "图片URL", "type": "string" } }, "required": [ "url" ], "type": "object" }

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/livoras/better-playwright-mcp'

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