Skip to main content
Glama
lstunn25ai

mcp-insta

by lstunn25ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
insta_auth_start

Начать Facebook Login для заранее выбранной отдельной Facebook Page. OAuth не запускается сам по себе.

insta_auth_completeA

Завершить OAuth-подключение по коду; токен не выводится и сохраняется только в Credential Manager.

insta_auth_status

Проверить статус подключения без раскрытия секретов.

insta_diagnose

Проверить возможности именно привязанного Instagram-аккаунта.

ig_get_profile

Получить профиль подключённого Instagram-аккаунта.

ig_get_media_list

Получить список медиа подключённого аккаунта.

ig_get_media

Получить данные одного медиа по ID.

ig_get_account_insights

Получить доступную аналитику аккаунта.

ig_get_media_insights

Получить доступную аналитику медиа.

ig_get_conversations

Получить Instagram Direct-диалоги текущей Page.

ig_get_messages

Получить сообщения ранее перечисленного Direct-диалога.

ig_get_message

Получить ранее перечисленное Direct-сообщение.

ig_direct_reply_prepareC

Подготовить ответ в Direct; сообщение ещё не отправляется.

ig_direct_reply_confirmA

Отправить ранее подготовленный ответ Direct после явного подтверждения.

ig_get_commentsC

Получить комментарии медиа.

ig_get_commentC

Получить комментарий.

ig_get_replies

Получить ответы на комментарий.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clear and distinct purpose: OAuth completion, preparing and confirming direct replies, and getting all or a single comment. No overlapping functionality.

Naming Consistency3/5

Mixed prefixes ('insta_' vs 'ig_') and inconsistent patterns ('auth_complete' vs 'direct_reply_prepare'). Though verb+noun structure is mostly consistent, the prefix inconsistency reduces coherence.

Tool Count4/5

Five tools is a reasonable number for a focused Instagram assistant. It covers a specific set of features without being too sparse or cluttered.

Completeness2/5

The tool surface is limited to comments and direct messages, missing essential Instagram operations like posting, fetching user data, or exploring content. Gaps are significant for a general Instagram integration.