Skip to main content
Glama

Firefox MCP Server

by JediLuke

drag

Automate drag-and-drop actions in Firefox using Playwright by specifying coordinates, offsets, and duration. Ideal for browser testing and debugging multi-tab workflows.

Instructions

Perform drag operation

Input Schema

NameRequiredDescriptionDefault
durationNo
fromCoordinatesNo
offsetXNo
offsetYNo
selectorNo
stepsNo
tabIdNo
toCoordinatesNo

Input Schema (JSON Schema)

{ "properties": { "duration": { "default": 0, "type": "number" }, "fromCoordinates": { "properties": { "x": { "type": "number" }, "y": { "type": "number" } }, "type": "object" }, "offsetX": { "type": "number" }, "offsetY": { "type": "number" }, "selector": { "type": "string" }, "steps": { "default": 1, "type": "number" }, "tabId": { "type": "string" }, "toCoordinates": { "properties": { "x": { "type": "number" }, "y": { "type": "number" } }, "type": "object" } }, "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/JediLuke/firefox-mcp-server'

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