Skip to main content
Glama

firefox-devtools-mcp

fill_form_by_uid

Fill multiple form fields simultaneously by providing UID-value pairs for browser automation and testing workflows.

Instructions

Fill multiple form fields in one call using an array of {uid, value} pairs.

Input Schema

NameRequiredDescriptionDefault
elementsYesArray of form field UIDs with their values

Input Schema (JSON Schema)

{ "properties": { "elements": { "description": "Array of form field UIDs with their values", "items": { "properties": { "uid": { "description": "The UID of the form field", "type": "string" }, "value": { "description": "The value to fill", "type": "string" } }, "required": [ "uid", "value" ], "type": "object" }, "type": "array" } }, "required": [ "elements" ], "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/freema/firefox-devtools-mcp'

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