Skip to main content
Glama
hanoak

sample-notes-mcp-server

by hanoak

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_noteA

Save a short text note for later. Returns the new note's id.

list_notesB

List all saved notes.

search_notesA

Find saved notes containing the given text (case-insensitive).

delete_noteA

Delete a saved note by its id.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose (add, list, search, delete) with no overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (add_note, list_notes, search_notes, delete_note).

Tool Count5/5

4 tools is well-scoped for a simple notes application, covering core operations without excess.

Completeness4/5

Basic CRUD is covered except update; search provides an alternative to get-by-id. Minor gap.

Maintenance

ActivityStale
ResponsivenessNo issues