Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WORKSNAPS_BASE_URLNoAPI base URL (default https://api.worksnaps.com/api)https://api.worksnaps.com/api
WORKSNAPS_API_TOKENYesAPI token from Worksnaps (Profile & Settings → Web Service API)
WORKSNAPS_DEFAULT_TASK_IDNoDefault task ID for log_time
WORKSNAPS_DEFAULT_PROJECT_IDNoDefault project ID for log_time

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
whoamiA

Resolve the current Worksnaps user from the API token (GET /me.xml). Returns user id, login, name, and email.

list_projectsB

List Worksnaps projects the current user can access (GET /projects.xml).

list_tasksB

List tasks in a Worksnaps project (GET /projects/{projectId}/tasks.xml).

log_timeA

Log offline time to Worksnaps for yourself (POST /projects/{projectId}/time_entries.xml). Requires projectId, taskId, and minutes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct resource: projects, tasks, time entries, and user identity. There is no ambiguity between them.

Naming Consistency4/5

Most tools follow a verb_noun pattern (list_projects, list_tasks, log_time). 'whoami' deviates slightly but is still an imperative verb. Overall consistent.

Tool Count5/5

With 4 tools, the server is focused and well-scoped for its purpose. Each tool serves a clear need without bloat.

Completeness2/5

The tool surface lacks read operations for logged time entries and lacks CRUD for projects and tasks. Users cannot retrieve, update, or delete time entries, which is a significant gap.

Maintenance

ActivityMaintained
ResponsivenessSyncing