Skip to main content
Glama
jesusr00

mcp-server-redmine

by jesusr00

redmine_update_wiki_page

Create or update a Redmine wiki page. Requires the current version number to prevent overwriting concurrent edits.

Instructions

[Alpha] Create or update a Redmine wiki page. If the page does not exist, it will be created. IMPORTANT: Always fetch the page first with redmine_get_wiki_page and pass the current 'version' number to avoid silently overwriting concurrent edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
titleYes
versionNo
commentsNo
project_idYes
Behavior3/5

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

No annotations provided, so the description carries full burden. It reveals the write behavior and concurrency risk. Missing details on error handling (e.g., invalid version) and what the tool returns (success or updated page).

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?

Two concise sentences plus an important note. Information is front-loaded and every sentence adds value with no redundancy.

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?

Given the lack of output schema and annotations, the description covers the core behavior and concurrency concern. However, it omits return value details, error scenarios, and format for project_id, which are important for a complete understanding.

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

Parameters2/5

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

Schema description coverage is 0%, but the description only adds meaning for the 'version' parameter. It does not explain 'project_id', 'title', 'text', or 'comments' beyond their names, leaving agents to infer their purposes.

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 tool creates or updates a Redmine wiki page, specifying both create and update behaviors. It distinguishes from sibling tools like redmine_get_wiki_page (explicitly mentioned) and redmine_delete_wiki_page.

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?

Provides explicit guidance to fetch the page first with redmine_get_wiki_page and pass the version to avoid overwrites. Lacks explicit when-not-to-use or alternatives for other wiki operations, but the caution is strong.

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

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