Skip to main content
Glama
Frihet-io

Frihet MCP Server

List Time Entries

list_time_entries
Read-onlyIdempotent

Filter and retrieve time tracking entries by user, project, date range, or billable status to generate timesheets, billing reports, and project cost analysis.

Instructions

List time tracking entries with optional filters. Filter by user, project, date range, or billable status. Useful for generating timesheets, billing reports, and project cost analysis. / Lista entradas de tiempo con filtros opcionales. Filtra por usuario, proyecto, rango de fechas o facturabilidad. Util para partes de trabajo, informes de facturacion y analisis de costes por proyecto.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdNoFilter by user ID / Filtrar por ID de usuario
projectIdNoFilter by project ID / Filtrar por ID de proyecto
fromNoStart date ISO 8601 (YYYY-MM-DD) / Fecha inicio
toNoEnd date ISO 8601 (YYYY-MM-DD) / Fecha fin
billableNoFilter by billable flag / Filtrar por facturabilidad
limitNoMax results (1-100) / Resultados maximos
offsetNoOffset / Desplazamiento
afterNoCursor for cursor-based pagination / Cursor para paginacion

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
totalYes
limitYes
offsetYes
nextCursorNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true. Description adds no behavioral details beyond filters, such as pagination behavior or result limits.

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?

English part is concise (3 sentences), but bilingual repetition doubles length unnecessarily. Well-structured with purpose, filters, and use cases.

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?

With output schema present and all parameters documented, description covers key use cases. Could mention pagination semantics but still adequate.

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 covers all 8 parameters with descriptions, so baseline is 3. Description summarizes filter options but adds no new semantic context.

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?

Description clearly states it lists time tracking entries with optional filters, distinguishing it from sibling tools like get_time_entry and create_time_entry.

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?

Provides explicit use cases (timesheets, billing reports, cost analysis) but does not contrast with alternatives like get_time_summary or search_invoices.

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