Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_TTLNoCache TTL in ms300000
LOG_LEVELNoLogging level (error, warn, info, debug)info
RIZE_API_KEYYesYour Rize.io API key
RATE_LIMITINGNoEnable rate limitingtrue
CACHE_MAX_SIZENoLRU cache size1000
RATE_LIMIT_MAXNoMax requests per window100
RATE_LIMIT_WINDOWNoRate limit window in ms60000

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
get_current_userD
get_productivity_metricsD
get_focus_sessionsD
get_analytics_reportD
list_projectsD
create_projectD
get_productivity_summaryD
health_checkD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 8 tools

Disambiguation3/5

Tools like get_productivity_metrics and get_productivity_summary are likely overlapping, causing potential confusion. get_focus_sessions could also be related to productivity. However, other tools like create_project, list_projects, get_current_user, and health_check are distinct. Without descriptions, ambiguity is moderate.

Naming Consistency3/5

Most tools follow a verb_noun pattern (get_*, create_*, list_*), but health_check breaks the pattern (noun_noun). Also, list_projects uses plural while create_project uses singular. This mixed convention is readable but inconsistent.

Tool Count5/5

8 tools is an appropriate number for a productivity/analytics server. It covers core functionalities without being overwhelming or too sparse.

Completeness3/5

The domain appears to be project and productivity management. The set includes create and list for projects but lacks update/delete. For productivity, it only has get endpoints (sessions, metrics, summary) but no create or modify actions. This leaves notable gaps in CRUD coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues