Skip to main content
Glama
MelMayssonOwen

TimeToPost MCP server

Generate an AI Short draft

shorts_generate

Turn existing content into an AI Short draft with script, voiceover, and spec, ready for human review and approval before publishing.

Instructions

Call prompt_suggest first and base the prompt on the top result. Generate an approval-ready AI Short from an existing source and place it in the human review rail as a PENDING EngineDraft. Pro-only and allowance-capped before model/media spend. source.kind accepts "autoseo" with articlePostId, "ship-digest" with text/title/url, "trend" with draftId, "template" with slug/variables, or "raw" with title/text/url. The backend produces a grounded script JSON, an ElevenLabs voiceover with word timings when configured (OpenAI TTS plus Whisper fallback), a ShortSpec for the client renderer, stores the audio in object storage, and returns draftId/spec/script. It never publishes. The human must render/approve later via the dashboard or attach-render flow. CAPABILITY: draft — creates content that cannot reach an audience on its own. Safe for a draft-only agent token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandNoOptional brand/niche attribution tag for per-play rollups
sourceYesShort source object, e.g. {kind:"raw",title:"...",text:"..."} or {kind:"autoseo",articlePostId:"..."}
personaIdNoOptional active AI Presenter persona id
platformsNo
scheduleHintNoOptional "optimal" or future ISO datetime hint
Behavior5/5

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

The description goes well beyond the annotations by explaining the full backend pipeline: grounded script, ElevenLabs voiceover, ShortSpec, object storage, and return values. It also discloses the non-publishing behavior, human-approval requirement, and the draft capability that marks this as safe for draft-only tokens. This adds critical behavioral context about side effects and permissions that annotations alone don't convey.

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 long but every section earns its place: a prerequisite, the tool's outcome, source-kind rules, backend behavior, non-publishing note, and a capability classification. It is front-loaded with the most critical instruction (call prompt_suggest first) and structured in clear segments. No redundant fluff.

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?

Given the tool's complexity (nested source object, multiple source types, multi-stage backend pipeline), the description covers all necessary aspects: inputs, outputs, behavioral constraints, prerequisites, and safety profile. Since there is no output schema, it specifies the returned fields (draftId/spec/script) explicitly. It also provides the capability tag for access control, making it complete for an agent to select and invoke safely.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description compensates for the schema's lack of source-kind enumeration by explicitly listing valid values ('autoseo', 'ship-digest', 'trend', 'template', 'raw') and the required nested fields for each. This is essential for the agent to correctly construct the source object, which is the sole required parameter. The schema already describes other params well, and the description adds the missing source 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 identifies the tool's function: generating a PENDING AI Short draft from an existing source for human review. The verb 'Generate', the specific resource 'approval-ready AI Short draft', the PENDING status, and the explicit 'It never publishes' distinguish it from publishing and other creation tools. The description also names the output artifacts (script, voiceover, ShortSpec, draftId) giving full clarity.

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?

The description instructs to call prompt_suggest first and base the prompt on the top result, providing a concrete usage prerequisite. It states the tool is Pro-only and allowance-capped, and that the result is a draft that cannot reach an audience, implying it should not be used for direct publishing. It doesn't explicitly name alternative tools, but the 'never publishes' and human-review-rail details provide clear when-to-use 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/MelMayssonOwen/timetopost-mcp'

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