Skip to main content
Glama
muscled-clients

vibemarketing-mcp

approve_and_publish_now

Approve a pending social post draft and publish it immediately to target platforms. Use when a user says 'publish now'; owner-only action.

Instructions

Approve a pending draft AND publish it immediately to its target platforms. Owner-only — if the connected user is not the workspace owner this returns a 403. Use this when the user says 'publish this now', 'send it out', or 'go ahead and post'. The draft must currently be in 'pending' status. Returns the updated draft including the per-platform publish results. For scheduled publishing instead, use approve_and_schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftIdYesThe id of the draft to approve and publish. Find it via list_drafts or get_draft.
Behavior5/5

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

No annotations were provided, so the description carries the full burden. It discloses key behavioral traits: owner-only access with 403 for non-owners, requirement for 'pending' status, and the return of updated draft with per-platform publish results. This is comprehensive for a mutating 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?

The description is concise yet information-dense, with every sentence contributing: main action, permission, usage context, state requirement, return value, and alternative. It is well-structured and front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is moderately complex (approve + publish, owner-only), and the description covers all critical aspects: what, when, prerequisites, permissions, return value, and alternative. No output schema exists, but the description adequately explains what to expect from the response.

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% for the single draftId parameter. The description adds value by stating the prerequisite that the draft must be in 'pending' status and how to find the ID ('Find it via list_drafts or get_draft'), which supplements the schema's minimal description.

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 specific action: 'Approve a pending draft AND publish it immediately to its target platforms.' It distinguishes itself from sibling tools by explicitly naming approve_and_schedule for scheduled publishing, making the purpose unambiguous.

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 usage guidance including example user phrases ('publish this now', 'send it out'), a precondition (draft must be in 'pending' status), and an alternative ('For scheduled publishing instead, use approve_and_schedule'). This clearly informs when to use this tool 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/muscled-clients/vibemarketing-mcp'

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