Skip to main content
Glama

Bear MCP Server

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

Other Tools from Bear 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/jkawamoto/mcp-bear'

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