Skip to main content
Glama

content_browse_authors

Browse public authors from a Ghost blog to display on team pages or build author archives. Optionally include post counts. Returns only authors with published posts.

Instructions

Browse public authors from Ghost Content API (read-only).

USE CASE:

  • Display team/contributor page on website

  • Build author archive pages

  • Get post counts per author

INCLUDE OPTIONS:

  • count.posts: Include number of published posts per author

NOTE: Only authors with at least one published post are returned. For all staff users (including those without posts), use admin_browse_users instead.

RETURNS: Array of authors with bio, social links, and optional post counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNoRelated data to include: count.posts
fieldsNoComma-separated list of fields to return
filterNoNQL filter expression (e.g., slug:john-doe)
limitNoNumber of authors to return (default: 15, or "all")
pageNoPage number for pagination
orderNoSort order (e.g., name ASC)
Behavior4/5

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

Discloses read-only nature and filtering behavior (only authors with at least one published post). No annotations exist, so description carries full burden; could add more on rate limits or pagination, but sufficient for a browse tool.

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?

Well-structured with sections (main, USE CASE, INCLUDE OPTIONS, NOTE, RETURNS). Every sentence adds value, no fluff.

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?

Covers return format, include options, and filtering. No output schema but description provides adequate return info. Lacks error handling or performance details, but acceptable for a browse tool.

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?

Schema coverage is 100%, so baseline 3. Description adds context for the 'include' parameter (count.posts) but repeats schema info for 'limit'. Minimal added value beyond 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 explicitly states 'Browse public authors from Ghost Content API (read-only)' with concrete use cases, making the purpose clear. It distinguishes from siblings by resource name and mentions alternative tools (admin_browse_users) for staff without 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?

Provides explicit USE CASE examples and a NOTE about when to use an alternative (admin_browse_users for staff without posts), guiding the agent on appropriate usage.

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