Skip to main content
Glama
GonzaloRando03

Redmine MCP Server

list_time_entries

List time entries in Redmine with optional filters by user, project, issue, activity, and date range.

Instructions

Lists time entries in Redmine with optional filters by user, project, issue, activity and date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoNumber of items to skip (default 0)
limitNoNumber of items per page (default 25, max 100)
user_idNoFilter by user ID
project_idNoFilter by project ID or identifier
issue_idNoFilter by issue ID
activity_idNoFilter by activity ID
spent_onNoFilter by spent date. Examples: >=2024-01-01, ><2024-01-01|2024-12-31, t (today), lw (last week)
fromNoFilter entries from this date (YYYY-MM-DD)
toNoFilter entries up to this date (YYYY-MM-DD)
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It only mentions listing with filters, omitting pagination behavior (offset/limit), sorting, or any side effects. Minimal transparency for a list tool with 9 parameters.

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?

Single, well-structured sentence that front-loads the action ('Lists time entries') and then lists filters. No superfluous words.

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?

Given no output schema and moderate complexity (9 params, pagination), the description is adequate but missing details on return format, sorting defaults, and pagination behavior. Could be more complete.

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 coverage is 100%; each parameter has a description. The description repeats filter dimensions but doesn't add semantic nuance beyond what the schema already provides. Baseline 3 is appropriate.

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 'Lists time entries' and enumerates the optional filter dimensions (user, project, issue, activity, date range). It distinguishes well from sibling tools like get_time_entry (single entry) and create_time_entry (create operation).

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool vs alternatives like get_time_entry or when pagination is needed. The description implies filtering context but lacks when-not or performance considerations.

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

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