Skip to main content
Glama
junstellar

Redmine MCP Server

by junstellar

update_wiki

Create or update a Redmine wiki page by specifying project, page name, and content. Optionally set a parent page or add a comment.

Instructions

위키 페이지 생성/수정 (없으면 생성, 있으면 수정).

Args: project_id: 프로젝트 식별자. page_name: 페이지 제목. text: 본문 (Textile 또는 Markdown). comment: 수정 사유. parent_title: 상위 페이지 제목 (계층 구조).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
commentNo
page_nameYes
project_idYes
parent_titleNo
Behavior4/5

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

Description explains upsert behavior (create if not exists, update if exists). No annotations provided, but the description conveys key behavioral traits clearly.

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?

Very concise: two lines for purpose, then structured argument list. No wasted words, front-loaded with main action.

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

Completeness4/5

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

Covers all 5 parameters meaningfully. Missing return information but no output schema exists. Adequate for typical usage.

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

Parameters4/5

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

0% schema description coverage, but description adds meaningful explanations for each parameter, e.g., 'text: 본문 (Textile 또는 Markdown)' and 'parent_title: 상위 페이지 제목 (계층 구조)'. Adds value beyond schema titles.

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?

Description clearly states 'create/update wiki page (create if not exists, update if exists)' with specific verb and resource. Distinguishes from siblings like 'get_wiki' and 'list_wiki_pages'.

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

Usage Guidelines3/5

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

No explicit guidance on when to use vs alternatives, but the purpose is self-explanatory given siblings. Adequate but lacks explicit 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/junstellar/redmine-mcp-jun'

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