Skip to main content
Glama
yostos
by yostos

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_entriesC

Search and filter journal entries

list_tagsA

List all tags with their usage counts

analyze_tag_cooccurrenceB

Analyze which tags frequently appear together

get_statisticsC

Get journal statistics and analytics

list_journalsB

List all available journals

set_journalB

Set the active journal for subsequent operations

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: analyzing tag co-occurrence, getting statistics, listing journals, listing tags, searching entries, and setting the active journal. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., analyze_tag_cooccurrence, list_journals). No mixing of styles or ambiguous verbs.

Tool Count5/5

With 6 tools, the server is well-scoped for a journal management system. It covers core operations without being bloated or insufficient.

Completeness2/5

The tool set is limited to read operations and one configuration action (set_journal). Missing essential write operations like creating, updating, or deleting entries and journals, which are expected for a journal management server.

Maintenance

ActivityInactive
ResponsivenessNo issues