browser-use MCP server

add-note

Add a new note

Input Schema

NameRequiredDescriptionDefault
contentYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "content" ], "type": "object" }

You must be authenticated.

Other Tools