Notes MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_noteC | Save a new note |
| list_notesC | List all notes |
| search_notesC | Search notes by keyword |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct action: adding, listing, and searching notes. No overlap in purpose.
All tool names follow a consistent verb_noun pattern using snake_case (add_note, list_notes, search_notes).
Three tools is on the low side for a note-taking server, but it covers basic operations. Could be considered minimal but not extreme.
Missing update and delete operations, which are standard for notes. The tool surface is incomplete for full lifecycle management.