Skip to main content
Glama

List pages

list_pages

Retrieve a list of Wiki.js pages, applying filters by tags, locale, and sorting options to find specific content.

Instructions

List Wiki.js pages with optional ordering, tag and locale filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOnly pages having all these tags
limitNoMax pages to return
localeNo
orderByNo
orderByDirectionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pagesYes
totalYes
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 behavioral disclosure. It only says 'List Wiki.js pages' and mentions filters, but does not disclose defaults, pagination behavior, or how filters interact. It adds little beyond the schema.

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 sentence of 10 words, extremely concise and to the point. Every word contributes meaning, with no repetition or filler.

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 5 parameters, no annotations, and 40% schema coverage, the description is insufficiently complete. It omits key behavioral details like default ordering, pagination limits, and how filters combine. An output schema exists, so return values are covered, but usage context is lacking.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 40%, so the description should compensate. It mentions ordering, tag, and locale filters, but does not explain the meaning of specific enum values or locale semantics. Thus it adds minimal value beyond what is already in the schema.

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 action ('List') on a specific resource ('Wiki.js pages') and mentions optional filters, which makes its main function clear. However, it does not explicitly differentiate from the sibling tool 'search_pages', though the verb 'list' vs 'search' implies a distinction.

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 guidance on when to use this tool versus alternatives like search_pages, get_page_tree, or get_page. The description only states what it does without any contextual when-to-use or exclusions.

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/sondt2709/wikijs-mcp'

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