Skip to main content
Glama

Bear App MCP Server

by bigjeager

bear_grab_url

Extract web page content to create a note in Bear App. Add tags, pin notes, and manage loading preferences for organized and accessible information storage.

Instructions

Create a note from web page content

Input Schema

NameRequiredDescriptionDefault
pinNoPin note to top of list
tagsNoComma-separated list of tags
urlYesURL to grab content from
waitNoWait for content to load

Input Schema (JSON Schema)

{ "properties": { "pin": { "description": "Pin note to top of list", "type": "boolean" }, "tags": { "description": "Comma-separated list of tags", "type": "string" }, "url": { "description": "URL to grab content from", "type": "string" }, "wait": { "description": "Wait for content to load", "type": "boolean" } }, "required": [ "url" ], "type": "object" }

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/bigjeager/bear-mcp-server'

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