Skip to main content
Glama
yardz

Ayrshare Unofficial MCP Server

by yardz

post_comment

Add comments with text or images to social media posts across platforms like Facebook, Instagram, and Twitter using Ayrshare's API.

Instructions

Post a comment on a social media post. Supports text and image comments across multiple platforms. Requires Premium plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAyrshare Post ID or Social Post ID of the post to comment on
commentYesComment text content
platformsYesTarget platforms for the comment
searchPlatformIdNoSet to true when using a Social Post ID instead of Ayrshare Post ID
mediaUrlsNoImage URLs to attach to the comment
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 full burden for behavioral disclosure. It mentions the Premium plan requirement, which is useful context, but lacks details on permissions, rate limits, whether comments are editable/deletable, response format, or error handling. For a mutation tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose. The Premium plan requirement is concisely added at the end. There's no wasted text, though it could be slightly more structured for clarity.

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

Completeness2/5

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

Given this is a mutation tool with no annotations and no output schema, the description is incomplete. It lacks information on what the tool returns (e.g., success confirmation, comment ID), error conditions, or behavioral nuances like platform-specific limitations. The Premium plan note helps, but overall coverage is inadequate for a 6-parameter tool with significant side effects.

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 6 parameters thoroughly. The description adds minimal value beyond the schema by mentioning support for text and image comments (implied by 'comment' and 'mediaUrls' parameters) and multiple platforms (implied by 'platforms'). It doesn't provide additional syntax, format, or usage details for parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Post a comment') and resource ('on a social media post'), specifying support for text and image comments across multiple platforms. It distinguishes from siblings like 'create_post' by focusing on commenting rather than creating original posts. However, it doesn't explicitly differentiate from 'delete_comment' or 'get_comments' beyond the verb difference.

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

Usage Guidelines3/5

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

The description implies usage for commenting on existing social media posts, with the 'Requires Premium plan' note providing some contextual constraint. However, it doesn't explicitly state when to use this tool versus alternatives like 'create_post' for new posts or 'delete_comment' for removal, nor does it mention prerequisites beyond the plan requirement.

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