Skip to main content
Glama

Bear MCP Server

by philgetzen

get_note

Retrieve the content of a specific note from Bear Note Taking App using its unique ID or title, enabling direct access within the Bear MCP Server integration.

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

You must to connect to the 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/philgetzen/bear-mcp'

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