Skip to main content
Glama

wikijs_list_pages

Retrieve a list of Wiki.js pages for crawling or indexing, with options to filter by locale, limit results, and sort by fields like title or update date.

Instructions

List pages for crawling/indexing with optional locale and limit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoOptional locale code.
limitNoOptional item limit. Default 50, max 200.
orderByNoField to order by. Default UPDATED.
orderByDirectionNoSort direction. Default DESC.
Behavior3/5

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

No annotations are present, so the description must carry the full burden of behavioral disclosure. It indicates a read operation ('List pages') and mentions limit and locale, but does not disclose whether pagination, ordering behavior (beyond schema), or rate limits apply. The behavioral traits are partially transparent but incomplete.

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

Conciseness5/5

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

The description is a single, short sentence that conveys the essential purpose. Every word earns its place, with no redundancy or filler. It is 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?

With no output schema, the description should explain what is returned (e.g., page metadata, content). It does not, leaving the agent uncertain about the response format. Given the presence of multiple sibling list tools, this gap is significant.

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?

The input schema has 100% description coverage, so the parameters are well-documented in the schema. The description adds contextual purpose ('for crawling/indexing') but does not provide additional semantics beyond what the schema already offers. Baseline 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 clearly states that the tool lists pages for crawling/indexing, which is a specific verb and resource. It distinguishes from siblings like wikijs_search_pages (search) and wikijs_get_page_by_id (single page retrieval). The mention of optional locale and limit further clarifies the scope.

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 description implies usage for crawling/indexing but does not explicitly compare to alternatives like wikijs_search_pages or wikijs_get_page_tree. No guidance on when not to use this tool is provided, leaving the agent to infer from context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/uyu423/requarks-wiki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server