Skip to main content
Glama
alexcloudstar

Marketing Assistant MCP

Reject draft post

reject_draft

Reject a draft to block it from being published. Also use it to reset a draft stuck in publishing after verifying post status on X.

Instructions

Mark a draft as rejected. Rejected drafts cannot be published. Also usable to reconcile a draft stuck in "publishing" (e.g. after a crashed publish_draft call) once you've manually verified whether the post actually went out on X.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDraft id.
Behavior4/5

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

With no annotations available, the description carries the full burden of behavioral disclosure. It discloses the key state change (rejected drafts cannot be published) and includes a caution for the reconciliation use case (must manually verify). It does not mention reversibility or permissions, but for this simple action the critical behaviors are covered.

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 exactly two sentences, front-loaded with the primary purpose and effect, and the second sentence adds a valuable edge-case caveat. There is no redundant or vague wording.

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 one-parameter tool with no output schema and no annotations, this description is fairly complete: it covers the core action, the consequence, and a specific problematic scenario. It could optionally mention whether rejection is reversible, but that is not essential for this simple 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?

The schema provides 100% coverage for the single parameter 'id' with the description 'Draft id.' The tool description adds no additional parameter meaning beyond what the schema already states, so the baseline score of 3 applies.

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 action ('Mark a draft as rejected') and the consequence ('Rejected drafts cannot be published'), distinguishing it from sibling tools like approve_draft and publish_draft. The secondary reconciliation use case adds further specificity without ambiguity.

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 clear context for typical use (rejecting a draft) and an explicit edge case (reconciling a draft stuck in 'publishing'). However, it does not explicitly name alternatives or state when not to use it, so it falls short of full exclusionary guidance.

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/alexcloudstar/makers.page-mcp'

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