Skip to main content
Glama
redairforce

@redairforce/wikijs-mcp

by redairforce

wikijs_init_repository

Initializes the repository context for Wiki.js documentation, auto-detecting the repo root and optionally specifying wiki space and parent workspace to enable hierarchical multi-level context management.

Instructions

Initialize repository context for Wiki.js documentation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoRootNoRepository root path (optional, auto-detected)
wikiSpaceNoWiki.js space name (optional, defaults to repo name)
workspaceNameNoParent workspace name (optional)
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states that repository context is initialized, but does not explain side effects, whether it is idempotent, whether it creates files, modifies state, or requires an active Wiki.js connection.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with no filler or repetition, and the primary action is front-loaded. It is appropriately brief, though the brevity contributes to missing context.

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

Completeness2/5

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

With no annotations, no output schema, and three optional parameters, the description leaves important operational questions unanswered: what does 'repository context' mean, what happens after initialization, and what return or confirmation should the agent expect? The tool is underspecified for reliable invocation.

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 schema already documents all three optional parameters clearly. The description adds no extra semantic detail, but it does not need to because the parameter descriptions already explain purpose and optionality.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Initialize') and a specific resource ('repository context for Wiki.js documentation'), making the core action clear. However, it does not meaningfully differentiate from sibling tools like wikijs_init_workspace or wikijs_set_context_mode, so it falls short of a 5.

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?

The description provides no guidance on when to use this tool versus alternatives such as wikijs_detect_context, wikijs_init_workspace, or wikijs_set_context_mode. It only implies an initialization use case without stating prerequisites, pre-conditions, or exclusions.

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