Skip to main content
Glama

Listar imputaciones de horas

beebole_list_time_records
Read-only

List time records within a date range, with optional filters for person, project, task, status, and type (time or absence).

Instructions

Lista los time records (horas/ausencias fichadas) en un rango con filtros por persona, proyecto, tarea o estado. Pasa startTime/endTime (epoch ms) para acotar.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wfhNoSolo teletrabajo.
statusNod=draft, s=submitted, a=approved, r=rejected.
endTimeNoFin del rango (epoch ms).
taskIdsNo
onlyTimeNoSolo imputaciones de tiempo (no ausencias).
personIdNoBeeboleId (ObjectId, 24 hex).
personIdsNo
startTimeNoInicio del rango (epoch ms).
projectIdsNo
onlyAbsenceNoSolo ausencias.
Behavior4/5

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

Annotations indicate read-only and open-world. The description adds that it lists time records with filters, which is consistent and provides useful detail beyond annotations.

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

Conciseness5/5

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

Two sentences, front-loaded with purpose and filters, second sentence gives critical parameter hint. Every word is essential and no fluff.

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 main use case but lacks details on output format, pagination, ordering, or distinguishing between onlyTime and onlyAbsence. With 10 parameters and no output schema, more context would be beneficial.

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?

The description adds meaning for startTime/endTime (epoch ms) and the filtering capability, but does not detail other parameters like wfh, onlyTime, etc. Since schema description coverage is 70%, the description partially compensates.

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 lists time records (hours/absences) in a range with filters by person, project, task, or status. This sets it apart from sibling tools like count, edit, or delete.

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 provides clear context for using the tool (list records in a range with filters) and mentions required parameters (startTime/endTime). However, it does not explicitly exclude other use cases or refer to alternatives.

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/NeoNexAI/beebole-mcp'

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