Skip to main content
Glama
iiinigence

@iiinigence/harvest-mcp

by iiinigence

List time entries

list_time_entries
Read-only

Retrieve time entries newest first, with filters for date range, project, user, or running timers, to review logged hours.

Instructions

List time entries, newest first. Filter by date range (from/to, YYYY-MM-DD), project_id, user_id, or only_running. Use mine=true to limit to the authenticated user. Returns up to 300 entries per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date YYYY-MM-DD (inclusive)
fromNoStart date YYYY-MM-DD (inclusive)
mineNoOnly the authenticated user's entries
user_idNo
project_idNo
only_runningNoOnly currently running timers
Behavior4/5

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

With the readOnlyHint annotation already signaling safety, the description adds valuable behavioral details: newest-first ordering, the 300-entry per-call limit, and filter capabilities. It does not expose potential rate limits or pagination nuances, but the added context goes beyond the annotation.

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?

The description is two sentences, front-loaded with the core action and ordering, then enumerates filters and the limit. Every word earns its place with no redundancy or fluff.

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?

For a read-only list tool with 6 optional parameters and no output schema, the description covers the essential behavior: listing, ordering, all filter options, and the page size limit. It omits pagination behavior (what happens when more than 300 entries exist), but the core functionality is well-covered for an agent to invoke correctly.

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

Parameters4/5

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

Schema coverage is 67% (4/6 params have descriptions), so the description partially compensates. It explicitly lists all filter dimensions and clarifies date format (YYYY-MM-DD) and the mine=true semantics. It does not deeply explain user_id/project_id, but theirnames are self-explanatory and the filter list is helpful.

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

Purpose4/5

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

The description clearly states 'List time entries' with a specific resource and action, and adds 'newest first' for ordering. It does not explicitly differentiate from sibling tools like list_project_tasks, but the name and resource are unambiguous. A sibling-differentiating phrase would earn a 5.

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 on how to use the tool: filters by date range, project_id, user_id, or only_running, and the mine=true option. It does not explicitly state when to use an alternative tool (e.g., get_time_report for aggregates), but the usage scenarios are well implied by the parameter descriptions.

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/iiinigence/harvest-mcp'

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