Skip to main content
Glama
0xkillaflow

Redmine MCP Server

by 0xkillaflow

Create time entry

redmine_create_time_entry

Log work hours against a Redmine issue or project, specifying activity type, comment, and date. Optionally assign to another user or add custom fields.

Instructions

Log hours against an issue or project with an activity type and comment — e.g. "log 3.5 hours on #456 for implementing auth". Exactly one of issue_id or project_id is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursYesHours to log, must be positive, e.g. 3.5 for "log 3.5 hours on issue #456".
user_idNoLog on behalf of another user id. Requires elevated permission — Redmine returns 403 otherwise.
commentsNoShort note describing the work, e.g. "implemented auth".
issue_idNoIssue to book against. Provide exactly one of issue_id or project_id.
spent_onNoDate the time was spent, ISO "YYYY-MM-DD". Defaults to today.
project_idNoProject to book against. Provide exactly one of issue_id or project_id.
activity_idNoActivity id (e.g. Development, Design); required by some Redmine instances.
custom_fieldsNoCustom-field values as { id, value } entries.
Behavior4/5

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

Annotations indicate this is a write operation (readOnlyHint=false) and openWorldHint=true. The description consistently describes it as 'Log hours' and adds the permission requirement for user_id, which goes beyond annotations. No contradictions.

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?

The description is a single concise sentence with an example, containing no redundant information. Every word serves a purpose.

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?

The description covers core usage but omits what the tool returns (likely the created time entry). Given no output schema, this is a gap. It also does not mention default values like spent_on defaulting to today, which is in the schema but not highlighted.

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 parameters are well-documented. The description adds the mutual exclusivity rule for issue_id/project_id, but otherwise does not provide additional semantics beyond the schema.

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 the verb 'Log hours' and the resources 'issue or project' with an illustrative example. It distinguishes itself from siblings like redmine_list_time_entries by focusing on creation.

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

Usage Guidelines4/5

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

The description explicitly states the requirement for exactly one of issue_id or project_id, and provides an example scenario. While it does not list alternatives, the context of logging hours versus listing them is clear from the sibling list.

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/0xkillaflow/agama-redmine-mcp'

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