Skip to main content
Glama

Bear MCP Server

open_note

Access and retrieve content from Bear notes by specifying the note's title or unique identifier to quickly locate and open desired information.

Instructions

Open a note identified by its title or id and return its content.

Input Schema

NameRequiredDescriptionDefault
idNonote unique identifier
titleNonote title

Input Schema (JSON Schema)

{ "properties": { "id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "note unique identifier", "title": "Id" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "note title", "title": "Title" } }, "title": "open_noteArguments", "type": "object" }

You must be authenticated.

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