Skip to main content
Glama
redairforce

@redairforce/wikijs-mcp

by redairforce

wikijs_init_workspace

Initialize workspace context for multi-repository documentation by configuring repository paths and workspace settings, enabling structured Wiki.js spaces.

Instructions

Initialize workspace context for multi-repository documentation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repositoriesNoRepository configurations (optional, auto-detected)
workspaceNameNoWorkspace name (optional, defaults to directory name)
workspaceRootNoWorkspace root path (optional, auto-detected)
Install Server

TDQS

B3/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 of explaining side effects and behavior. It only states that workspace context is 'initialized' without disclosing whether this writes files, updates state, requires permissions, or affects existing configuration. This is a significant transparency gap for an initialization tool.

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

Conciseness3/5

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

The description is a single concise sentence and leads with the main action, which is structurally efficient. However, it is so spare that it omits behavioral and usage information an agent would need, so it is under-specified rather than optimally concise.

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?

The tool takes only optional parameters and appears to rely on auto-detection, yet the description never clarifies what happens when parameters are omitted, what 'workspace context' contains, or what a successful initialization produces. With no annotations and no output schema, this one-sentence description is insufficient for a complex setup operation.

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 each parameter. The description adds no parameter-level detail, but because the baseline is 3 for full schema coverage and the individual property descriptions are reasonably informative, no penalty beyond that is warranted.

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 names a specific action ('Initialize workspace context') and a distinct scope ('multi-repository documentation'), which differentiates it from sibling tools like wikijs_init_repository. However, it does not explain what 'workspace context' concretely means, so the purpose is clear but not fully fleshed out.

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?

The phrase 'multi-repository documentation' implies this tool is for initializing a workspace spanning multiple repositories, and the sibling wikijs_init_repository suggests a single-repository alternative. There is no explicit when-to-use or when-not-to-use guidance, so the signal is only implicit.

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