Skip to main content
Glama

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
stickies_writeA

Create a persistent sticky note. Call this when a durable fact emerges (a decision, blocker, preference, context, or todo) that future sessions should retain.

stickies_readA

Retrieve active stickies relevant to the current session, ordered by importance.

stickies_dismissA

Soft-delete a sticky by id (marks it dismissed; it is no longer read back).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool performs a distinct operation: reading, softening deletion, and creating stickies. No overlap or ambiguity between them.

Naming Consistency5/5

All tools follow a consistent 'stickies_verb' pattern with clear action verbs (read, dismiss, write).

Tool Count5/5

Three tools is well-scoped for a simple sticky-note system, covering the essential operations without bloat.

Completeness5/5

The tool surface covers the full lifecycle of a sticky: create, read, and dismiss. No obvious missing operations for the domain.

Maintenance

ActivitySlowing
ResponsivenessNo issues