Skip to main content
Glama
dversum

dVersum MCP Server

Official
by dversum

list_time_entries

Retrieve time entries from your dVersum workspace, filtering by date range, project, or user to review tracked hours and support billing.

Instructions

List time entries. Filter by date range, project, or user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (0-based)
end_dateNoFilter to date (YYYY-MM-DD)
per_pageNoResults per page (default 50)
project_idNoFilter by project UUID
start_dateNoFilter from date (YYYY-MM-DD)
Behavior2/5

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

With no annotations, the description must disclose behavior. It only states that time entries are listed and can be filtered, without explaining pagination, response format, or authentication requirements. The unsupported 'user' filter further undermines transparency.

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?

At two sentences, the description is brief and front-loaded, but the second sentence is redundant and inaccurate given the schema. It could be more precise by omitting the unsupported user filter.

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

Completeness2/5

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

This is a simple listing operation with five optional parameters and no output schema. The description fails to mention return value shape, default behavior without filters, or how pagination works, leaving the agent with considerable ambiguity.

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

Parameters2/5

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

Input schema has 100% description coverage for all five parameters, so a baseline of 3 applies. However, the description's mention of a 'user' filter introduces a parameter not present in the schema, adding confusion rather than value. It does not clarify how filters combine or pagination defaults.

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 operation (list) and resource (time entries), and notes filtering capabilities. However, it claims 'user' as a filter while the input schema has no user parameter, making the description partially misleading.

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?

The description provides no guidance on when to use this tool versus alternatives like create_time_entry, update_time_entry, or get_time_stats. It does not mention exclusions or prerequisites.

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/dversum/mcp-server'

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