Skip to main content
Glama

browser-use MCP server

by adamdude828

add-note

Create and store notes with a name and content using a browser-based MCP server. Organize and manage your notes efficiently with customizable summary options.

Instructions

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" }

Other Tools from browser-use MCP server

Related Tools

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/adamdude828/mcp-browser-use'

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