Skip to main content
Glama
berthelius

Frihet MCP Server

Get Time Summary

get_time_summary
Read-onlyIdempotent

Retrieve aggregated time tracking summary for a workspace or specific team member. Filter by date range to get total hours, billable and non-billable hours, and estimated cost.

Instructions

Get aggregated time tracking summary for a workspace or specific team member. Returns total hours, billable hours, non-billable hours, and estimated cost for the period. Filter by date range and optionally by user ID for per-member breakdowns. / Obtiene el resumen agregado de seguimiento de tiempo para el espacio de trabajo o un miembro. Devuelve horas totales, facturables, no facturables y coste estimado del periodo. Filtra por rango de fechas y opcionalmente por usuario para desglose por miembro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesEnd date ISO 8601 (YYYY-MM-DD) / Fecha fin
fromYesStart date ISO 8601 (YYYY-MM-DD) / Fecha inicio
userIdNoFilter to a specific member (omit for workspace total) / Filtrar a un miembro concreto (omitir para total workspace)
groupByNoGroup results by user, project, or day (default: no grouping) / Agrupar resultados por usuario, proyecto o dia
projectIdNoFilter to a specific project / Filtrar a un proyecto concreto

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYes
fromYes
groupsNo
totalHoursYes
billableHoursYes
estimatedCostEurNo
nonBillableHoursYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint=true and idempotentHint=true, so agent knows it's safe. Description adds that it returns computed metrics like estimated cost, which complements annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise (two English sentences plus Spanish equivalent). It front-loads key info, but the bilingual duplication reduces efficiency.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given that output schema exists, the description adequately explains return value focus and filtering options. It covers essential behavioral context without overspecification.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage with descriptions. The description merely restates the date range and userId parameters, adding no new semantic value beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it aggregates time tracking data for a workspace or team member, returning specific metrics (total hours, billable, non-billable, cost). It distinguishes from sibling tools like list_time_entries, which would provide granular entries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates when to use (for aggregated summary) and mentions key filters (date range, user ID, groupBy). However, it does not explicitly contrast with alternative summary tools or address when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/berthelius/frihet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server