Skip to main content
Glama
Frihet-io

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, user, or project to analyze total hours, billable time, and estimated costs.

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

Output Schema

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

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

Annotations already declare read-only and idempotent behavior. The description adds that it returns billable and non-billable hours, but does not disclose additional behavioral traits like authorization needs or rate limits, which is acceptable given the annotations.

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

Conciseness2/5

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

The description is duplicated in Spanish, which adds unnecessary length without value for an English-preferring agent. The English portion is reasonably front-loaded but could be more concise by omitting the duplicate.

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

Completeness3/5

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

The description covers the core functionality and return fields, but omits mention of projectId and groupBy parameters. However, since an output schema exists, the return structure is documented elsewhere. Overall, adequate but with minor gaps.

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?

Schema coverage is 100% and the description restates date range and user ID filtering, but does not add extra meaning for projectId or groupBy. Baseline 3 is appropriate as the schema already documents parameters.

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 the tool returns an aggregated time tracking summary for a workspace or specific team member, listing specific fields (total hours, billable, etc.) and distinguishing from siblings like get_time_entry or list_time_entries.

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

Usage Guidelines3/5

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

The description implies usage for aggregated summaries filtered by date and user, but does not explicitly state when to use this tool versus sibling tools (e.g., list_time_entries for raw entries) or 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/Frihet-io/frihet-mcp'

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