Skip to main content
Glama

op_list_time_entries

Read-onlyIdempotent

Retrieve logged time entries with durations in ISO-8601 and decimal formats, including totals, to see time spent on projects or work packages without manual calculations.

Instructions

List logged time. Hours are returned both as ISO-8601 duration and as a decimal, plus a total, so "how much time went into this" needs no arithmetic downstream.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoLatest spentOn, YYYY-MM-DD. Requires "from".
fromNoEarliest spentOn, YYYY-MM-DD. Requires "to".
userNo"me", or a user id.
projectNoProject identifier. Defaults to OPENPROJECT_PROJECT_ID.
pageSizeNoDefault 200.
workPackageNoOnly entries against this work package id.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds genuinely useful behavioral detail about the return format: both ISO-8601 duration and decimal hours plus a total, which helps the agent understand output without an output schema. This goes beyond what annotations provide.

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 short sentences with no fluff. The core purpose is front-loaded, and the second sentence adds practical value about the returned format. Every word earns its place.

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 this is a simple read-only list tool with a fully described schema and read-only annotations, the description is almost complete. It explains the key return-value detail that would otherwise be missing without an output schema. It does not mention pagination or default project behavior, but those are partially covered by parameter descriptions and are minor for this tool.

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 description coverage is 100%, so all six parameters are already documented. The description does not add meaning beyond what the schema provides, but it also does not need to. It mentions no parameter-specific behavior, so the baseline of 3 is appropriate.

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 identifies the action ('List') and the resource ('logged time'). It is distinct enough from siblings like op_log_time (which creates time entries) and op_list_time_entry_activities (which lists activity types). However, it could more explicitly say 'time entries' and distinguish itself as the read-only listing sibling.

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

Usage Guidelines2/5

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

There is no explicit guidance about when to use this tool versus alternatives, such as op_log_time for creating entries or op_list_time_entry_activities for activity types. The description simply states what it does without addressing selection criteria, filter combinations, or exclusions.

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

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/DDeluca06/openproject-mcp'

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