User Story
During research workflows, I want to capture a web page directly into Bear as a note — without copy-pasting content manually. This is especially useful when collecting references, saving articles, or bookmarking pages with their content preserved.
Desired Behavior
A new bear-grab-url tool that takes a URL and creates a Bear note from the web page content. Bear handles the page fetching and markdown conversion natively.
Example:
bear-grab-url(url: "https://example.com/article", tags: "research,reading-list")
creates a new Bear note with the page content, optionally tagged.
Acceptance Criteria
Technical Notes
Bear's grab-url x-callback-url: bear://x-callback-url/grab-url?url=<url>&tags=<tags>&pin=<yes|no>
This is a Bear-native feature we're simply not exposing. Low implementation cost.
Research: #56
User Story
During research workflows, I want to capture a web page directly into Bear as a note — without copy-pasting content manually. This is especially useful when collecting references, saving articles, or bookmarking pages with their content preserved.
Desired Behavior
A new
bear-grab-urltool that takes a URL and creates a Bear note from the web page content. Bear handles the page fetching and markdown conversion natively.Example:
creates a new Bear note with the page content, optionally tagged.
Acceptance Criteria
bear-grab-urltool registered in the MCP serverurl(required),tags(optional);waitdefaults to "yes" andpinto "no" in the codegrab-urlx-callback-url action-gflag)Technical Notes
Bear's
grab-urlx-callback-url:bear://x-callback-url/grab-url?url=<url>&tags=<tags>&pin=<yes|no>This is a Bear-native feature we're simply not exposing. Low implementation cost.
Research: #56