Skip to main content
Glama

Bear Notes MCP Server

by netologist

get_bear_note

Retrieve a specific Bear note by its unique ID, returning complete content and metadata for analysis or integration purposes.

Instructions

Get a specific Bear note by ID

Args: note_id: Bear note's unique identifier

Returns: Complete note content with metadata

Input Schema

NameRequiredDescriptionDefault
note_idYes

Input Schema (JSON Schema)

{ "properties": { "note_id": { "title": "Note Id", "type": "string" } }, "required": [ "note_id" ], "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/netologist/mcp-bear-notes'

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