Redmine MCP Server

show_time_entry

Get detailed time entry information.

  • Retrieve a single time entry by ID
  • Available since Redmine 1.1

Input Schema

NameRequiredDescriptionDefault
idYesTime entry ID

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Time entry ID", "type": "number" } }, "required": [ "id" ], "type": "object" }