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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_timelineA

Get your Daylens work timeline for a day — labeled work blocks with durations and context. Defaults to today.

get_focus_statsB

Get focus score, active time, and productivity metrics from Daylens. Defaults to today.

get_app_usageA

Get a breakdown of which apps you used and for how long. Defaults to today.

search_workA

Search Daylens work history by app name, label, category, or description.

get_recent_activityB

See what you've been doing in the last N minutes according to Daylens.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct purpose: timeline for daily blocks, focus stats for metrics, app usage for breakdown, search for querying history, and recent activity for up-to-the-minute info. No two tools clearly overlap.

Naming Consistency4/5

Four tools consistently use the get_ prefix (get_timeline, get_focus_stats, get_app_usage, get_recent_activity), but search_work breaks the pattern. While still readable, the inconsistency is mildly noticeable.

Tool Count5/5

Five tools is well-scoped for a personal analytics server, covering the main ways to access Daylens data without being bloated or sparse.

Completeness5/5

The set covers all the typical read-only needs for a work-tracking service: daily overview, metrics, detailed usage, search, and real-time activity. No obvious gaps for this domain.