Skip to main content
Glama
redairforce

@redairforce/wikijs-mcp

by redairforce

wikijs_get_page

Retrieve a Wiki.js page using its ID or path to access page content directly.

Instructions

Retrieve a page by ID or path

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoPage ID (optional if path is provided)
pathNoPage path (optional if id is provided)
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden, but it only says 'Retrieve a page by ID or path'. It does not disclose return shape, what happens if both id and path are provided, what happens if neither is provided, or how path resolution behaves.

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?

A single, front-loaded sentence with no wasted words. It states the verb, resource, and lookup keys efficiently.

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?

Adequate for a simple two-parameter read tool, but the optionality of both parameters is ambiguous and there is no output schema or annotation to clarify expected return values. The description would benefit from stating that at least one of id/path should be provided and what the result contains.

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 coverage is 100%, so the schema already documents both parameters. The description restates the lookup-by-ID-or-path idea but adds no new meaning such as precedence or exclusivity requirements.

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?

States the exact operation ('Retrieve a page') and the two lookup mechanisms (ID or path). This clearly differentiates it from sibling tools like list_pages, search_pages, create_page, and update_page.

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?

No guidance on when to use this instead of search_pages or list_pages, nor any mention of exclusions or context. The only implied usage is retrieving a known page, but that is not made explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/redairforce/wikijs-mcp'

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