Skip to main content
Glama

redmine_get_wiki_page

Fetch the raw Markdown content and metadata of a specific Redmine wiki page using project ID and page title. Optionally request a historical version.

Instructions

Get the full content of a specific wiki page in a Redmine project. Returns page metadata (author, dates, parent page) and the raw page content (this Redmine instance uses standard Markdown, not textile). Use redmine_list_wiki_pages first to find page titles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNoOptional: specific historical version number to retrieve
page_titleYesWiki page title (e.g. 'Wiki', 'Setup_Guide'). Use redmine_list_wiki_pages to find available titles.
project_idYesProject identifier (e.g. 'panama', 'largescale') or numeric ID
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals that the tool returns page metadata (author, dates, parent page) and raw page content, and importantly notes that the instance uses standard Markdown instead of textile. This gives the agent a clear picture of the output format. It does not mention permissions, error behavior, or pagination, but for a read-only get operation this is acceptable.

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 concise, consisting of just three sentences. It is front-loaded with the primary purpose, followed by return value details and usage guidance. Every sentence adds value, and there is no redundancy or filler.

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?

Given that there is no output schema, the description appropriately explains what the tool returns (metadata and raw content) and includes a note about Markdown formatting. It also provides prerequisite guidance. While it could mention error scenarios or the exact response structure, the information included is sufficient for a simple page-fetching tool with well-documented parameters.

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 the parameters are already well-documented in the schema. The description adds a small amount of extra context by suggesting using redmine_list_wiki_pages to find page titles, which aids the 'page_title' parameter. However, it does not provide additional semantic detail beyond what the schema already offers, so a baseline score of 3 is appropriate.

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's purpose: 'Get the full content of a specific wiki page in a Redmine project.' It uses a specific verb (Get), names the resource (wiki page), and mentions the project context. It also distinguishes itself from sibling tools that list pages or handle other entity types, making the purpose unambiguous.

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 an explicit usage guideline: 'Use redmine_list_wiki_pages first to find page titles.' This tells the agent the prerequisite workflow and indirectly indicates when to use the sibling listing tool. However, it does not explicitly state when not to use this tool or compare it to other get tools, so it stops short of full alternatives coverage.

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