Skip to main content
Glama
redairforce

@redairforce/wikijs-mcp

by redairforce

wikijs_create_repo_structure

Creates a full Wiki.js documentation tree for a code repository by specifying the repo name, description, and sections. Use it to scaffold consistent docs folders and pages from scratch.

Instructions

Create a complete repository documentation structure

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
basePathNoBase path for the repository docs/
repoNameYesRepository name
sectionsNoMain sections to create (e.g., Overview, Components, API)
descriptionYesRepository description
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 present, so the description must carry the behavioral disclosure burden. It only says 'create', leaving unknown whether the tool overwrites existing structures, creates pages or folders, requires an initialized repository, or returns any confirmation. This is insufficient for a mutating operation.

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 front-loaded sentence with no wasted words. However, the word 'complete' is vague and does little to clarify the tool's actual behavior, so it is concise but not maximally informative.

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 output schema and no annotations, the description should explain what structure is created, how the parameters influence it, and what the caller receives. It does none of this, so an agent cannot predict the outcome of invoking the tool.

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 every parameter is already documented in the input schema. The description adds no additional meaning about how repoName, description, sections, or basePath are used, so the baseline of 3 applies.

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 concrete action ('Create') and a resource ('repository documentation structure'), so it is not a tautology. However, it never defines what a 'complete' structure means or differentiates this from sibling scaffolding tools like wikijs_init_repository or wikijs_create_nested_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 is given for when to use this tool versus alternatives such as wikijs_create_page, wikijs_bulk_create_pages, or wikijs_init_repository. The name implies repository-level setup, but the description provides no explicit context, prerequisites, 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