Skip to main content
Glama
prem2230
by prem2230

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_noteC

Save a new note

list_notesC

List all notes

search_notesC

Search notes by keyword

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct action: adding, listing, and searching notes. No overlap in purpose.

Naming Consistency5/5

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

Tool Count3/5

Three tools is on the low side for a note-taking server, but it covers basic operations. Could be considered minimal but not extreme.

Completeness2/5

Missing update and delete operations, which are standard for notes. The tool surface is incomplete for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessNo issues