Skip to main content
Glama
redairforce

@redairforce/wikijs-mcp

by redairforce

wikijs_bulk_create_pages

Create multiple Wiki.js pages in one operation by providing an array of page details, including title, content, path, tags, and visibility settings.

Instructions

Create multiple pages in bulk

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesYesArray of pages to create
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only states that pages are created, but does not explain duplicate handling, partial failure behavior, atomicity, overwriting behavior, or permissions. For a bulk mutation tool, this is a significant transparency gap.

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 extremely concise and front-loaded, with no filler words. However, it is under-specified for a bulk creation operation and provides no structural information or useful context beyond a near-restatement of the tool name.

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 input schema is rich and covers parameters, but there are no annotations, no output schema, and the description offers no usage guidance, no behavioral caveats, and no distinction from sibling tools beyond the word 'bulk'. An agent can infer the basic operation but not the risks, failure modes, or when this tool is the correct choice.

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%, and the input schema already fully documents the 'pages' array and its per-item properties such as title, content, path, tags, isPrivate, description, and isPublished. The description adds no parameter-level meaning beyond the name of the action, so the baseline of 3 is appropriate.

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

Purpose5/5

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

The description states a specific action ('Create multiple pages') and a clear resource ('pages'), and the word 'bulk' distinguishes it from single-page creation siblings like wikijs_create_page and wikijs_create_nested_page. Despite being terse, the purpose is unambiguous.

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 wording implies the tool should be used when creating multiple pages at once, but it never explicitly says when to prefer this over wikijs_create_page or when not to use it. No alternatives, conditions, or exclusions are mentioned, leaving usage mostly inferred from the name and 'bulk' phrase.

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