Skip to main content
Glama
JainAditi09

instagram-mcp

by JainAditi09

hide_comment

Moderate Instagram comments by hiding or unhiding them. Hidden comments remain visible only to their author and the account owner, and the action is reversible.

Instructions

Hide or unhide a comment. Hidden comments stay visible only to their author and the account (reversible).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hideNo
comment_idYes
Behavior4/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 reveals that hidden comments remain visible only to the author and account, and that the action is reversible — both essential behavioral traits beyond what the name implies.

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 short sentences with no filler. The core action is front-loaded, and the critical visibility/reversibility detail is delivered immediately after, making every word earn its place.

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 no output schema, the description covers the core action, the effect on visibility, and reversibility. It lacks explicit alternative guidance, but the essential context an agent needs to invoke the tool correctly is present.

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?

The schema provides no descriptions for parameters, so the description must compensate. 'Hide or unhide' clarifies the toggle behavior of the 'hide' boolean, but it does not explain the required 'comment_id' field, which is left to inference from its name.

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 uses a specific verb plus resource — 'Hide or unhide a comment' — which is unambiguous. The added visibility rule and reversibility note distinguish it from delete_comment, making the tool's purpose unmistakable.

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 through the word 'reversible', suggesting this is for temporarily hiding rather than permanently deleting comments. However, it does not explicitly name alternatives like delete_comment or state conditions for choosing this tool over them.

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/JainAditi09/personal-insta-manager'

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