Skip to main content
Glama

redmine_log_time

Log time spent on a Redmine issue by ID, with hours, optional comment, date, and activity type.

Instructions

Log time spent on an issue. Include a meaningful comment about what was accomplished during this time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursYesHours spent (e.g. 1.5)
commentsNoWhat was accomplished during this time
issue_idYesThe issue ID to log time against
spent_onNoDate the time was spent (YYYY-MM-DD, defaults to today)
activity_idNoActivity type ID (e.g. 9=Development, 10=Design, etc.)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It implies a mutation (logging time) but does not disclose side effects, permissions, reversibility, or the response format. The 'meaningful comment' note is a quality expectation, not a behavioral disclosure.

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 two short sentences with no fluff. The first sentence states the core action, and the second adds useful guidance on comments. Both sentences earn their place.

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?

Given this is a write operation with no output schema and no annotations, the description is under-specified. It does not explain how the system responds, what prerequisites exist, or what happens on failure. It only covers the basic action and a comment quality tip.

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 already well-documented. The description does not add meaningful semantics beyond the schema; the comment guidance maps to the existing 'comments' field, but adds no new information.

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 uses a specific verb ('Log') and resource ('time spent on an issue'), clearly distinguishing this from sibling tools like redmine_get_time_entries. It also adds an actionable instruction for the comment quality, making the purpose crisp and unambiguous.

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 does not state when to use this tool versus alternatives, nor does it mention any prerequisites or exclusion criteria. It only implies usage by naming the action, but provides no explicit guidance or context.

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

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