Skip to main content
Glama

PlayMCP Browser Automation Server

by jomon003

uploadFiles

Upload files to web forms using a file input element. Specify a selector and file paths to automate file uploads in browser interactions.

Instructions

Upload files through a file input element

Input Schema

NameRequiredDescriptionDefault
filePathsYesArray of absolute file paths to upload
selectorYes

Input Schema (JSON Schema)

{ "properties": { "filePaths": { "description": "Array of absolute file paths to upload", "items": { "type": "string" }, "type": "array" }, "selector": { "type": "string" } }, "required": [ "selector", "filePaths" ], "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/jomon003/PlayMCP'

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