woffu-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WOFFU_TOKEN | Yes | JWT Bearer token for Woffu API | |
| WOFFU_USER_ID | Yes | Your Woffu user ID | |
| WOFFU_BASE_URL | No | Woffu 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
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.
All tools follow the pattern 'woffu_verb_noun' or 'woffu_noun' consistently, making it easy to predict tool purposes from names.
9 tools cover the core attendance tracking operations without being too many or too few. Each tool serves a clear need.
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.