Instagram · Capability

Instagram Community Engagement

Unified workflow for managing Instagram community interactions including comment moderation, replies, hashtag discovery, and mention tracking. Used by community managers and social media teams to engage with followers, moderate comments, discover trending content via hashtags, and monitor brand mentions.

Run with Naftiko InstagramCommunity EngagementSocial MediaCommentsHashtagsMentions

What You Can Do

GET
Get media comments — Get comments on an Instagram media object.
/v1/media/{media_id}/comments
POST
Create comment — Create a comment on an Instagram media object.
/v1/media/{media_id}/comments
GET
Get comment — Get fields on an Instagram comment.
/v1/comments/{comment_id}
POST
Hide comment — Hide or unhide a comment on your media.
/v1/comments/{comment_id}
DELETE
Delete comment — Delete a comment on your media.
/v1/comments/{comment_id}
GET
Get comment replies — Get replies to a comment.
/v1/comments/{comment_id}/replies
POST
Create comment reply — Reply to a comment.
/v1/comments/{comment_id}/replies
GET
Search hashtag — Search for a hashtag by name and get its ID.
/v1/hashtags/search
GET
Get hashtag top media — Get the most popular media tagged with a specific hashtag.
/v1/hashtags/{hashtag_id}/top-media
GET
Get hashtag recent media — Get the most recently published media tagged with a specific hashtag.
/v1/hashtags/{hashtag_id}/recent-media
GET
Get user tags — Get IG Media objects where the user has been tagged by other users.
/v1/users/{user_id}/tags

MCP Tools

get-media-comments

Get comments on an Instagram media object.

read-only idempotent
create-comment

Create a comment on an Instagram media object.

get-comment

Get fields on an Instagram comment.

read-only idempotent
hide-comment

Hide or unhide a comment on your media.

idempotent
delete-comment

Delete a comment on your media.

idempotent
get-comment-replies

Get replies to a comment.

read-only idempotent
create-comment-reply

Reply to a comment.

search-hashtag

Search for a hashtag by name and get its ID.

read-only idempotent
get-hashtag-top-media

Get the most popular media tagged with a specific hashtag.

read-only idempotent
get-hashtag-recent-media

Get the most recently published media tagged with a specific hashtag.

read-only idempotent
get-user-tags

Get IG Media objects where the user has been tagged by other users.

read-only idempotent

APIs Used

instagram-graph