close_tab
Automatically close a specific tab in Firefox using the Firefox MCP Server. Simplify browser automation by targeting tabs with their unique ID for efficient control and debugging.
Instructions
Close a specific tab
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tabId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"tabId": {
"type": "string"
}
},
"required": [
"tabId"
],
"type": "object"
}