Skip to main content
Glama

Get Instagram comment

instagram_get_comment
Read-only

Retrieve a single Instagram comment by ID, including hidden state, parent/media context, and inline replies. Use to inspect comment details and moderation status.

Instructions

Fetch a single comment by id, including its moderation state (hidden), parent/media context, and inline replies. Comment text and usernames are returned as fenced, untrusted text. Fields Instagram does not disclose are omitted rather than nulled; a deleted comment returns an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoName of the configured account profile to operate as (multi-account). Omit to use the default profile (IG_ACTIVE_PROFILE).
commentIdYesThe Instagram comment id to fetch (e.g. an id from instagram_list_comments).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
textNo
mediaNo
hiddenNo
repliesNo
usernameNo
parent_idNo
timestampNo
like_countNo
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses important behavior: moderation state context, inline replies, fenced untrusted text, omission rather than nulling of undisclosed fields, and error behavior for deleted comments. This is rich, non-obvious context.

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?

Three concise sentences, each carrying useful information. The primary purpose is front-loaded, followed by relevant behavioral and edge-case details with no filler.

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

Completeness5/5

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

For a read-only single-resource fetch, the description covers selection, return context, security treatment of text, null/omission semantics, and error behavior. The output schema fills in the exact return shape, so nothing critical is missing.

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. The description adds only marginal value about what the id refers to and does not meaningfully extend the schema's parameter explanations.

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 opens with a specific verb and resource: 'Fetch a single comment by id.' It clearly defines the tool's scope and distinguishes it from siblings like instagram_list_comments, instagram_create_comment, and instagram_delete_comment.

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?

The description gives clear context: use this when you need one specific comment by id. It does not explicitly state when not to use it or name alternatives, though the schema's commentId reference to instagram_list_comments provides a helpful source hint.

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

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