Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Bear MCP Server
by
jkawamoto
Verified
GitHub
Note Taking
Python
MIT License
4
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
open_note
Open a note identified by its title or id and return its content.
Input Schema
Name
Required
Description
Default
id
No
note unique identifier
title
No
note title
Input Schema (JSON Schema)
{ "properties": { "id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "note unique identifier", "title": "Id" }, "title": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "note title", "title": "Title" } }, "title": "open_noteArguments", "type": "object" }
Install Server
You must be
authenticated
.
Other Tools
create
grab_url
open_note
open_tag
search
today
todo