Skip to main content
Glama

Bear Notes MCP Server

by netologist

get_recent_notes

Retrieve recently modified notes from the Bear App by specifying the number of days to look back and the maximum results to return.

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

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