Skip to main content
Glama

Bear MCP Server

by philgetzen

get_note

Retrieve the content of a specific note from Bear Note Taking App by providing its unique identifier or title, enabling easy access to stored information via the Bear MCP Server.

Instructions

Get the content of a specific note

Input Schema

NameRequiredDescriptionDefault
idNoNote unique identifier
titleNoNote title (used if id is not provided)

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Note unique identifier", "type": "string" }, "title": { "description": "Note title (used if id is not provided)", "type": "string" } }, "required": [], "type": "object" }

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

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