Skip to main content
Glama

list_pages

Read-only

Retrieve pages from a Docmost space via recent or tree view, showing recently updated or sidebar-organized content.

Instructions

List pages in a space. Default view=recent is recently updated pages (not the sidebar tree; General can look empty). Use view=tree for space-root pages in sidebar order, or list_child_pages for children of a page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNorecent (default) or tree for sidebar-root pages
limitNoPage size, 1-100
cursorNoPagination cursor from meta.nextCursor
space_idYesSpace UUID or slug

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds genuinely useful context: the default recent view is not the sidebar tree and may make a space look empty. It also clarifies the meaning of the view parameter in behavioral terms. No contradictions.

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?

Two sentences, tightly packed with signal and no filler. The most important caveat about default behavior is front-loaded, and the alternative tool is named without extra prose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only list tool with fully documented parameters and safety annotations, the description covers the key edge cases (empty-looking space, sidebar tree vs recent) and routes to the right sibling. Nothing needed for correct invocation is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds value beyond the schema by explaining the default value of view and the behavioral difference between recent and tree, which is the key semantic distinction among parameters.

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?

States a specific action and resource: 'List pages in a space.' It differentiates the two views, recent vs tree, and explicitly names the sibling list_child_pages, so an agent can distinguish this tool from closely related page-listing tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives explicit conditional guidance: default view=recent for recently updated pages, view=tree for space-root pages in sidebar order, and list_child_pages for children of a page. This tells the agent exactly when to use each variant and when to prefer a sibling tool.

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

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/dilruwanm/docmost-community-mcp'

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