Skip to main content
Glama

update_journal_note

Edit the text of an existing comment on a Redmine issue by providing the journal ID and new text. Correct or update comments in issue history.

Instructions

Edit the text of a comment already posted to an issue's history.

The journal ID is the 'id' field of each entry in 'journals', visible via get_issue — not to be confused with the issue ID.

This endpoint is marked alpha in the Redmine documentation and may not exist in older versions; a 404 usually means that.

Args: journal_id: ID of the history entry (journal). text: new text for the comment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
journal_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the alpha status, version-dependent availability, and the meaning of a 404, which are valuable behavioral details beyond the basic 'edit' operation. It does not cover permissions or reversibility, but the output schema exists so return value details are not required. The addition of the journal ID pitfall further enhances transparency.

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 tightly written: a one-sentence purpose, a clarification sentence, an alpha warning, and a clean Args block. Every sentence adds necessary context, and the structure is front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (2 scalar parameters, no nested objects, output schema present), the description covers all essential aspects: purpose, parameter meanings, a common pitfall, and a version caveat. It also references get_issue for finding the journal ID, making it self-sufficient for a typical agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It does so with an explicit Args section explaining both parameters: journal_id is 'ID of the history entry (journal)' and text is 'new text for the comment.' It also clarifies the journal_id vs issue ID distinction, adding real semantic value beyond the bare 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 begins with a specific verb+resource: 'Edit the text of a comment already posted to an issue's history.' This clearly distinguishes it from sibling tools like update_issue or get_issue, and the rest of the description reinforces the scope.

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 provides clear context on how to use the tool correctly by explaining that the journal ID is the 'id' field in 'journals' visible via get_issue, and explicitly warns not to confuse it with the issue ID. It also gives a practical hint about 404 responses for older versions. However, it does not explicitly name alternatives or exclusions, so it falls short of a 5.

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

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