Redmine MCP Server

show_time_entry

Retrieve detailed information about a specific time entry using its unique ID, enabling accurate tracking and management of logged hours in Redmine.

Instructions

Get details of a time record. Returns complete information. Available since Redmine 1.1

Input Schema

NameRequiredDescriptionDefault
idYesID of the time record to show

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the time record to show", "type": "number" } }, "required": [ "id" ], "type": "object" }
ID: 55eg9u36cg