get_current_url
Retrieve the current URL of a specified browser tab in Firefox using the Firefox MCP Server. Ideal for automation and multi-tab debugging workflows with Playwright integration.
Instructions
Get current page URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tabId | No |
Input Schema (JSON Schema)
{
"properties": {
"tabId": {
"type": "string"
}
},
"type": "object"
}