Bear MCP Server

by jkawamoto
Verified

grab_url

Extract content from a web page and save it as a new note in Bear, assigning tags as needed. Ideal for quickly capturing online information.

Instructions

Create a new note with the content of a web page and return its unique identifier.

Input Schema

NameRequiredDescriptionDefault
tagsNolist of tags. If tags are specified in the Bear’s web content preferences, this parameter is ignored.
urlYesurl to grab

Input Schema (JSON Schema)

{ "properties": { "tags": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "list of tags. If tags are specified in the Bear’s web content preferences, this parameter is ignored.", "title": "Tags" }, "url": { "description": "url to grab", "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "grab_urlArguments", "type": "object" }

You must be authenticated.

Other Tools from Bear MCP Server

Related Tools

ID: 2gg54jdwwv