Skip to main content
Glama
adelaidasofia

instagram-mcp

add_account

Store an Instagram Business or Creator account with a label, access token, and user ID for use by other tools. Optionally set it as default and add app secret for enhanced security.

Instructions

Store an Instagram Business/Creator account for use by every tool.

label a short key you choose (e.g. "onde", "mycelium", "client-acme") access_token a long-lived Instagram Graph API token (stored in the OS keychain) ig_user_id the Instagram Business Account id (numeric) app_secret optional Meta app secret — enables appsecret_proof call hardening make_default set true to make this the account used when account is omitted

The token is written to the macOS keychain (or a chmod-600 file fallback) and is NEVER echoed back or logged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
app_secretNo
ig_user_idYes
access_tokenYes
make_defaultNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that tokens are stored in the macOS keychain or a secure file and are never echoed back or logged, which is important security behavior. It does not mention error handling or idempotency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with parameter details in a list format and a security note at the end. It is front-loaded with the core purpose. Slightly verbose but each 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?

Given the presence of an output schema, the description does not need to explain return values. It covers behavior, parameters, and security adequately for a configuration tool. Some details about default behavior or errors are missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains each parameter: label, access_token, ig_user_id, app_secret, and make_default, including their types and optionality. This adds significant meaning beyond the raw schema.

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 clearly states the tool stores an Instagram Business/Creator account for use by every tool, which is a specific verb-resource combination. It distinguishes from siblings like list_accounts, remove_account, and set_default_account by focusing on creation/registration.

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 implies that this tool is a prerequisite for other tools, but does not explicitly state when not to use it or suggest alternatives. However, the context of sibling tools makes its purpose clear.

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

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