Skip to main content
Glama
muscled-clients

vibemarketing-mcp

approve_and_schedule

Approve a pending draft and schedule it for future publication. Specify a date and time, and the post will automatically publish when the time arrives.

Instructions

Approve a pending draft AND schedule it to publish at a future time. Owner-only. Use this when the user wants to queue a post — 'schedule for Friday 9am', 'post next Monday morning', etc. The cron checks scheduled drafts every minute and publishes them at the scheduled time (catching up if the server was down). The scheduledFor value must be an ISO 8601 datetime; use the user's stated timezone if they give one, otherwise the workspace timezone. The draft must currently be in 'pending' status. For immediate publishing, use approve_and_publish_now instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftIdYesThe id of the draft to approve and schedule.
scheduledForYesISO 8601 datetime when the post should publish. Examples: "2026-07-15T09:00:00-04:00" (with timezone offset), "2026-07-15T13:00:00Z" (UTC).
Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure. It reveals owner-only restriction, cron-based execution ('checks every minute'), catch-up behavior if the server was down, timezone selection logic, and the pending-status requirement. It does not cover error handling or mutation of draft state beyond scheduling, but the disclosed details are substantial.

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 well-structured and front-loaded with the main purpose. Each sentence adds value: usage examples, alternative tool, cron behavior, timezone rule, and status prerequisite are all relevant and succinctly stated.

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?

The description covers the essential contexts for scheduling: when to use, conditions, execution mechanics, and a key alternative. It stops short of describing error states or the return format, but given the absence of an output schema and the complexity of the action, it remains largely complete.

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?

Although the input schema already provides 100% parameter coverage, the description adds meaningful context beyond the schema: the timezone precedence rule ('use user's stated timezone if they give one, otherwise workspace timezone') and a precondition for the draft's status. This enriches the parameter semantics.

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 approves a pending draft and schedules it for future publication, using a specific verb and target. It also explicitly distinguishes from the sibling tool approve_and_publish_now, ensuring no ambiguity.

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?

The description provides explicit usage guidance: 'Use this when the user wants to queue a post' with concrete examples, and excludes immediate publishing with a direct pointer to the alternative tool. It also states the precondition that the draft must be in 'pending' status.

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