Skip to main content
Glama

content_browse_posts

Retrieve published blog posts from a Ghost CMS with optional filters, pagination, and field selection for efficient frontend display or content syndication.

Instructions

Browse published posts 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 a list of blog posts on a website frontend

  • Search for posts by tag, author, or custom NQL filters

  • Build RSS feeds or sitemaps from published content

NOTE: Only returns published posts visible to the public. For drafts, scheduled, or all posts, use admin_browse_posts instead.

FILTER EXAMPLES:

  • tag:getting-started (posts with specific tag)

  • featured:true (featured posts only)

  • author:john (posts by specific author)

RETURNS: Array of posts 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 posts to return (default: 15, or "all")
pageNoPage number for pagination
orderNoSort order (e.g., published_at DESC)
Behavior4/5

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

Without annotations, the description carries full burden. It states the tool is read-only and public, and describes the return format (array with pagination metadata). It also includes filter examples. However, it does not mention rate limits, authentication, or the default value for limit in the description.

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 sections (TIP, USE CASE, NOTE, FILTER EXAMPLES, RETURNS). Every sentence adds value, no fluff, and it is appropriately concise.

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?

Given the complexity (7 parameters, no output schema, no annotations), the description covers purpose, usage, filtering, and return format. However, it does not specify the default limit value or mention other potential behavioral aspects like rate limits, so it's not fully exhaustive.

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%, baseline 3. The description adds value beyond schema with the TIP about using the 'fields' param to reduce response size, and concrete filter examples (tag:getting-started, featured:true, author:john) that are not in the schema.

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 verb 'browse' and resource 'published posts' from Ghost Content API, distinguishing it from sibling tools like content_browse_authors and content_browse_tags. It also contrasts with admin_browse_posts for non-public content.

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 use cases (frontend display, search by tag/author, RSS feeds) and explicitly states when not to use it (for drafts/scheduled posts, use admin_browse_posts). This gives clear guidance vs. alternatives.

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