Skip to main content
Glama
redairforce

@redairforce/wikijs-mcp

by redairforce

wikijs_smart_sync_file

Sync files to Wiki.js by inferring the destination path from file context, updating only when content changes, with an option to force updates.

Instructions

Intelligently sync file with Wiki.js using context awareness

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
autoPathNoAuto-generate Wiki.js path based on context
filePathYesPath to file to sync
forceUpdateNoForce update even if file unchanged
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 explaining behavioral traits. It mentions 'sync' and 'context awareness' but does not disclose whether the tool creates, updates, or overwrites pages, how it decides paths, whether it can be destructive, or what side effects occur. The behavior is too vague for an agent to predict the operation's impact.

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 redundant structure. However, the words 'intelligently' and 'context awareness' are vague buzzwords that could be replaced with more concrete behavioral detail without adding length.

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 tool with no annotations, no output schema, and a nontrivial 'smart sync' behavior, the description is too sparse. It does not explain what context awareness means, how autoPath and forceUpdate affect behavior, or how this tool differs from the related sync_file_docs sibling. An agent would need to inspect external documentation to call it confidently.

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 the three parameters. The description's 'using context awareness' loosely aligns with the autoPath parameter but adds no real semantic detail beyond what the schema provides. Baseline 3 is appropriate.

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 and resource: 'sync file with Wiki.js.' It adds 'intelligently' and 'context awareness' to hint at a distinguishing behavior, but it does not precisely define what intelligence or context awareness means. It is distinguishable from create/update/list tools, but not clearly from the sibling wikijs_sync_file_docs.

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 like wikijs_sync_file_docs or wikijs_create_page. There are no stated exclusions, prerequisites, or conditions for choosing this smart sync over a normal sync. The intended usage context is left entirely to inference.

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