Skip to main content
Glama
vizionik25

Ghost CMS Admin & Newsletter MCP Server

by vizionik25

ghost_publish_and_send_newsletter

Publish a draft post and send it as an email newsletter to subscribers, with segment selection for free or paid audiences.

Instructions

Publish a draft post and immediately broadcast it as an email newsletter to subscribers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDraft Post ID (24 hex characters) to publish and email
email_segmentNoRecipient segment: 'all' subscribers, 'status:free' (free only), or 'status:paid' / 'status:-free' (paid only)all
newsletter_idNoSpecific Newsletter ID (if omitted, uses default active newsletter)
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. It states the action but does not disclose important side effects such as the post's status change to 'published', whether the email send is immediate and irreversible, or any failure modes (e.g., what happens if the post is not a draft). For a combined mutation operation, this is a significant transparency gap.

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, compact sentence that front-loads the primary action ('Publish a draft post') and adds the secondary action. No filler or redundancy. Every word contributes to understanding the operation.

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?

This is a combined mutation tool with no annotations and no output schema. The description fails to mention prerequisites (e.g., the post must be a draft), return value (e.g., success/failure info, newsletter ID), or edge cases (e.g., what if newsletter_id is invalid). Given the action's impact, the description is too sparse to reliably guide an agent through invocation and result handling.

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 description coverage is 100%, so all three parameters (id, email_segment, newsletter_id) are already well-documented with descriptions. The tool description adds no extra meaning beyond the schema. Baseline of 3 is appropriate because the schema does the heavy lifting; the description does not compensate or enrich parameter understanding.

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 states a specific verb–resource pair: 'Publish a draft post' and 'broadcast it as an email newsletter'. This clearly differentiates it from sibling tools like ghost_update_post (which updates posts) and ghost_list_newsletters (which manages newsletters). The combined action is unambiguous.

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

Usage Guidelines3/5

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

The description implies a clear use case: when you need to both publish a draft and email it in one step. However, it does not mention when this combined tool should NOT be used (e.g., when you want to publish without emailing, or send a newsletter without publishing) or suggest alternatives like calling ghost_update_post and a newsletter send separately. This leaves usage boundary ambiguous.

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/vizionik25/self-hosted-ghost-admin-mcp'

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