Skip to main content
Glama
marcomoauro

Substack MCP Server

by marcomoauro

publish_draft

Publish a draft so it goes live on Substack. Set send to true to also email subscribers, knowing emails cannot be recalled.

Instructions

Publish a draft. The post goes live on the web; send additionally emails it to subscribers and defaults to false, because an email cannot be recalled. Publishing cannot be undone from this server — there is no unpublish tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sendNoWhether to email the post to subscribers. Defaults to false: the post goes live on the web either way, but an email cannot be unsent, so this must be asked for explicitly.
draft_idYesThe numeric id of the draft to publish, as returned by list_posts (`id`) or create_draft_post (`draft_id`).
Behavior5/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 discloses the key side effects: the post goes live, it may email subscribers, and the action is irreversible. This goes beyond the schema and gives the agent essential behavioral 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?

Three sentences with no wasted words. The purpose is front-loaded, and each sentence adds a distinct piece of information: action, side effects, irreversibility.

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?

For a simple two-parameter tool with no output schema, the description covers the main behavioral aspects, including irreversible consequences. It could mention the return value, but given the lack of output schema and the straightforward nature of the operation, it is sufficiently complete.

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?

The input schema already has complete descriptions for both parameters (100% coverage), so the baseline is 3. The description reiterates the email risk but does not add new parameter-specific details beyond what the schema provides.

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 publishes a draft, making it live on the web, and distinguishes the optional email behavior. It also contrasts with siblings like update_draft and delete_draft by noting publishing is irreversible.

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

Usage Guidelines4/5

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

It provides context on when to use: to make a draft public, with a caution that publishing cannot be undone. It also explains that `send` should only be true when email is intended, since email cannot be recalled. This is good guidance, though it doesn't explicitly compare to alternatives beyond noting the absence of an unpublish tool.

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/marcomoauro/substack-mcp'

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