Skip to main content
Glama
drashrafsaiyed-cyber

Instagram MCP Server

reply_to_comment

Reply to a comment on an Instagram post. The reply is threaded under the original comment and publicly visible.

Instructions

Reply to a comment on a post.

THIS IS A WRITE OPERATION. The reply will be threaded under the original comment and publicly visible. Returns the reply's comment ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYesComment ID from get_comments
messageYesReply text

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/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. It correctly highlights that it is a write operation (mutation) and that the reply is publicly visible and threaded. However, it omits details like authentication requirements, rate limits, or any side effects, so it is only partially transparent.

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 extremely concise with three short sentences, no fluff, and the most important information front-loaded. Every sentence adds value.

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?

For a simple two-parameter tool with an output schema, the description adequately covers purpose, effects, and return value. It is missing prerequisites or error conditions, but given the low complexity and existing schema, it is sufficiently complete.

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 parameters are already well-documented in the schema. The description adds that the reply is threaded and returns a comment ID, but this is marginal additional meaning beyond what the schema provides. Baseline is 3.

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 ('Reply to a comment on a post'), which is specific and unambiguous. However, it does not explicitly differentiate from sibling tools like hide_comment or like_comment, so it loses one point for lacking sibling differentiation.

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 provides context that it is a write operation and that the reply is threaded and publicly visible, but it does not give explicit guidance on when to use this tool versus alternatives or when not to use it. This is adequate but not exceptional.

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/drashrafsaiyed-cyber/instagram-mcp'

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