Skip to main content
Glama
viralnote

viralnote-mcp

Official

create_post

Create social media posts as drafts or schedule them for later publication. Supports single media, carousels, and multiple platforms.

Instructions

Create a draft or scheduled post. Pass is_draft=true to save as draft (no schedule). Otherwise set scheduledFor (ISO 8601 UTC) to schedule. Use libraryItemId for single media or mediaIds for carousels (max 10).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNoExplicit status. Overrides is_draft if both passed.
captionNo
is_draftNoConvenience: true sets status='draft'. False (and with scheduledFor) sets status='scheduled'.
mediaIdsNoFor carousels
platformsYes
scheduledForNoISO 8601 UTC timestamp
libraryItemIdNoSingle media item id
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses draft/scheduled creation and parameter interplay (status overrides is_draft). However, missing details on authentication, rate limits, idempotency, and side effects beyond creation.

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?

Two sentences, front-loaded with purpose. No redundant words. Efficiently communicates key usage variations.

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

Completeness3/5

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

Explains main functionality and parameter usage but lacks output description (no output schema). Missing error conditions or validation details for a 7-parameter tool with multiple modes.

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?

Adds meaning beyond schema by explaining is_draft as convenience for draft status, relationship with scheduledFor, and max 10 carousel constraint. The schema already covers 71% of parameters, but description clarifies usage logic.

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 'Create a draft or scheduled post', specifying the verb and resource. It distinguishes between draft and scheduled modes using parameters. Differentiates from siblings like update_post or publish_post by focusing on creation in draft/scheduled states.

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?

Provides clear guidance on when to use is_draft vs scheduledFor, and libraryItemId vs mediaIds (max 10). However, does not explicitly mention when not to use this tool (e.g., publishing or editing), though siblings like publish_post and update_post exist.

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/viralnote/mcp-server'

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