Skip to main content
Glama

Bear Notes MCP Server

by netologist

find_code_examples

Discover code examples in Bear notes by specifying a programming language and topic. Extract code blocks from relevant notes to solve coding challenges or learn new concepts efficiently.

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

Other Tools from Bear Notes 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/netologist/mcp-bear-notes'

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