Skip to main content
Glama
yardz

Ayrshare Unofficial MCP Server

by yardz

create_post

Publish or schedule social media posts across multiple platforms with text, images, and videos. Supports scheduling, auto-scheduling, and approval workflows.

Instructions

Publish or schedule a social media post to one or more platforms. Supports text, images, videos, scheduling, and auto-scheduling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postYesThe text content of the post. Can be empty string if mediaUrls are provided.
platformsYesTarget social platforms to publish to
mediaUrlsNoHTTPS URLs of images or videos to attach
scheduleDateNoISO 8601 UTC datetime for scheduling (e.g. 2026-03-01T10:00:00Z)
shortenLinksNoEnable link shortening (requires Max Pack)
requiresApprovalNoPut post in approval workflow before publishing
notesNoInternal reference notes (retrieved via get_post_history)
autoScheduleNoUse auto-schedule instead of scheduleDate. Post goes to next available slot.
profileKeyNoProfile Key to operate on a specific user profile
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While it mentions the tool can 'publish or schedule' and supports various features, it lacks critical details: it does not specify whether this is a destructive/mutative operation (implied but not stated), what permissions or authentication are required, how errors are handled, rate limits, or what the response looks like (since no output schema exists). The description adds minimal behavioral context beyond the basic action.

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 a single, well-structured sentence that efficiently covers the tool's purpose and key features without redundancy. It is front-loaded with the core action and resource, followed by a concise list of supported capabilities, making it easy to parse and understand quickly.

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?

Given the tool's complexity (9 parameters, no annotations, no output schema), the description is adequate but has clear gaps. It states what the tool does and hints at features, but lacks behavioral details (e.g., mutation effects, error handling), usage guidelines, and output information. For a mutation tool with rich parameters, it should provide more context to compensate for the absence of annotations and output schema.

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?

Schema description coverage is 100%, so the schema already documents all 9 parameters thoroughly. The description adds marginal value by mentioning 'text, images, videos, scheduling, and auto-scheduling', which loosely maps to parameters like 'post', 'mediaUrls', 'scheduleDate', and 'autoSchedule', but does not provide additional syntax, format, or usage details beyond what the schema provides. Baseline 3 is appropriate when the schema does the heavy lifting.

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 ('Publish or schedule'), resource ('social media post'), and scope ('to one or more platforms'), with explicit mention of supported features like text, images, videos, scheduling, and auto-scheduling. It effectively distinguishes this tool from siblings like 'upload_media' (which only uploads) or 'post_comment' (which comments on existing posts).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., authentication, profile setup), exclusions (e.g., when to use 'upload_media' first), or comparisons to sibling tools like 'send_message' or 'post_comment'. Usage is implied but not explicitly defined.

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/yardz/ayrshare-unofficial-mcp'

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