Skip to main content
Glama
redairforce

@redairforce/wikijs-mcp

by redairforce

wikijs_sync_file_docs

Sync a local file's content to a Wiki.js documentation page by providing the file path and target wiki path. Optionally extract code content and include file metadata.

Instructions

Synchronize file content with Wiki.js documentation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathYesPath to the file to sync
wikiPathYesCorresponding Wiki.js page path
extractContentNoWhether to extract and format code content
includeMetadataNoWhether to include file metadata
Install Server

TDQS

C2.9/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 behavioral disclosure, and 'Synchronize' is opaque about side effects. It does not say whether existing wiki content is overwritten, merged, or preserved, whether missing pages are created, or what 'extract and format code content' (per the extractContent param) does to synced content. For a mutating operation this is a significant gap.

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?

Six words, no filler, and the core purpose is front-loaded. The single sentence is genuinely efficient; the shortfalls lie in what is missing rather than in what is present.

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?

For a 4-parameter sync tool with no annotations and no output schema, this is under-specified. Missing are the sync direction, create-vs-update behavior, overwrite semantics, and the distinction from wikijs_smart_sync_file — all of which an agent needs to avoid destructive mistakes on wiki content.

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 all four parameters are already documented in the schema and the baseline of 3 applies. The description adds only the general framing that file content maps to a wiki page — useful orientation, but no per-parameter meaning beyond what the schema provides.

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 states a clear verb ('Synchronize') and resource ('file content with Wiki.js documentation'), so an agent grasps the basic operation. However, it does not differentiate from the sibling wikijs_smart_sync_file, and the direction of sync (file-to-wiki vs bidirectional) is ambiguous.

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?

There is no when-to-use guidance whatsoever. The description never mentions when to prefer this tool over wikijs_smart_sync_file or wikijs_update_page, nor does it state prerequisites such as an existing page or initialized repository. An agent must guess the appropriate context for invoking it.

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