Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WOFFU_TOKENYesJWT Bearer token for Woffu API
WOFFU_USER_IDYesYour Woffu user ID
WOFFU_BASE_URLNoWoffu instance URL (defaults to https://app.woffu.com)https://app.woffu.com

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
woffu_clock_inA

Clock in (fichar entrada) to Woffu. Use when user wants to start workday.

woffu_clock_outA

Clock out (fichar salida) from Woffu. Use when user wants to end workday.

woffu_statusA

Get today's work status: hours worked, schedule, clock state.

woffu_month_summaryA

Get monthly summary of worked hours with daily breakdowns.

woffu_week_summaryA

Get weekly summary of worked hours.

woffu_day_detailA

Get detailed info for a specific day including all clock events.

woffu_pending_daysA

Get workdays without logged hours (pending days).

woffu_scheduleB

Get the user's assigned work schedule.

woffu_complete_dayA

Fill time entries for a past day. Cannot be used for today until after 17:00.

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 9 tools

Disambiguation5/5

Each tool targets a distinct aspect of time tracking: clock in/out, filling past days, viewing day/month/week details, summary, pending days, schedule, and status. No overlap in functionality.

Naming Consistency5/5

All tools follow the pattern 'woffu_verb_noun' or 'woffu_noun' consistently, making it easy to predict tool purposes from names.

Tool Count5/5

9 tools cover the core attendance tracking operations without being too many or too few. Each tool serves a clear need.

Completeness4/5

Covers clock in/out, filling past entries, summaries, schedule, and status. Minor gap: no direct edit or delete for clock events, but complete_day may handle corrections.

Maintenance

ActivitySlowing
ResponsivenessNo issues