{
  "name": "browser_get_input_value",
  "description": "Read the current value of an input, textarea, or contenteditable element. Password inputs return a masked value.",
  "arguments": {
    "type": "object",
    "properties": {
      "element": {
        "type": "string",
        "description": "Human-readable element description used to obtain permission to inspect the element"
      },
      "ref": {
        "type": "string",
        "description": "Exact target element reference from the page snapshot"
      },
      "viewId": {
        "type": "string",
        "description": "Target browser tab ID. If omitted, uses the last interacted tab."
      }
    },
    "required": [
      "element",
      "ref"
    ]
  }
}