Skip to main content
Glama

content_browse_pages

Browse published pages from your Ghost blog to display static content or build site navigation. Retrieve paginated results with optional filters.

Instructions

Browse published pages from Ghost Content API (read-only, public content).

TIP: Use "fields" param (e.g., "id,title,slug,published_at,excerpt") to reduce response size. Omit html field unless content is needed.

USE CASE:

  • Display static pages (About, Contact, Terms) on a website frontend

  • Build site navigation from published pages

  • List all available pages for sitemap generation

NOTE: Only returns published pages visible to the public. Pages are static content NOT shown in RSS feeds or blog listings. For drafts or all pages, use admin_browse_pages instead.

RETURNS: Array of pages with pagination metadata (page, pages, total).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNoRelated data to include: tags, authors (comma-separated)
fieldsNoComma-separated list of fields to return
formatsNoContent formats: html, plaintext, mobiledoc (comma-separated)
filterNoNQL filter expression (e.g., tag:getting-started)
limitNoNumber of pages to return (default: 15, or "all")
pageNoPage number for pagination
orderNoSort order (e.g., title ASC). Default: title
Behavior4/5

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

No annotations exist, so the description carries full burden. It discloses read-only nature, public accessibility, only published pages, exclusion from RSS feeds, and pagination metadata. While it could mention rate limits or authentication, these are reasonably implied by 'read-only, public content' and the Ghost API context.

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 well-structured with clear sections (TIP, USE CASE, NOTE, RETURNS). It is concise, with every sentence adding information. No fluff or repetition. Front-loaded with purpose, making it easy to scan.

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

Completeness4/5

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

With 7 parameters and no output schema, the description covers the main output (array with pagination). It explains the tool's scope and limitations. Minor gaps include lack of error handling information or explicit mention of default limit value, but overall it is sufficiently complete for a read-only public endpoint.

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 baseline is 3. The description adds value beyond schema by explaining the fields parameter usage with examples, mentioning comma-separated for include/formats, noting default limit and order, and describing pagination behavior. This aids correct parameter selection.

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 the tool browses published pages from Ghost Content API, specifying it is read-only and public. It lists specific use cases (static pages, site navigation, sitemap generation) and implicitly differentiates from siblings like content_read_page (single page) and content_browse_posts (posts).

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?

The description provides explicit when-to-use guidance with use cases, a tip for reducing response size, a note that it only returns published public pages (not drafts), and explicitly names an alternative: admin_browse_pages for drafts. This clearly helps the agent decide.

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/workspace/ghost-mcp'

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