Skip to main content
Glama

Bear Notes MCP Server

by netologist

find_code_examples

Search Bear notes to retrieve code examples by specifying a programming language, topic, and result limit. Extract relevant code blocks for quick reference and learning.

Instructions

Find code examples in Bear notes

Args: language: Programming language (python, javascript, go, etc.) topic: Topic to search for (docker, api, database, etc.) limit: Maximum number of results

Returns: Notes containing code examples with extracted code blocks

Input Schema

NameRequiredDescriptionDefault
languageNo
limitNo
topicNo

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "", "title": "Language", "type": "string" }, "limit": { "default": 15, "title": "Limit", "type": "integer" }, "topic": { "default": "", "title": "Topic", "type": "string" } }, "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