Skip to main content
Glama

Bear Notes MCP Server

by netologist

get_recent_notes

Retrieve recently modified notes from the Bear App based on specified days and result limit. Ideal for quick access to updated content without manual search.

Instructions

Get recently modified notes

Args: days: Number of days to look back limit: Maximum number of results

Returns: Recently modified notes

Input Schema

NameRequiredDescriptionDefault
daysNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 7, "title": "Days", "type": "integer" }, "limit": { "default": 20, "title": "Limit", "type": "integer" } }, "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