Skip to main content
Glama
Burak-cell-max

instagram-mcp

add_account

Store an Instagram Business/Creator account with label, access token, and user ID so that every tool can use it; optionally set it as the default account for requests.

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 and does well by disclosing that the token is written to the macOS keychain (or chmod-600 file fallback) and is NEVER echoed back or logged. It also explains the effect of make_default and the optional app_secret behavior. It does not mention overwrite semantics or validation of the token, but the security-critical behavior is clearly conveyed.

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?

The description is efficiently structured: a one-sentence purpose, a clean parameter block, and a short security note. No redundant or filler content; every line adds needed detail.

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?

The tool is a credential-storage operation with a meaningful side effect, and the description covers the purpose, all parameters, storage location, and secret-handling behavior. An output schema exists, so return values need not be explained. Minor gaps like duplicate-label handling or token validation are not addressed, but nothing essential is missing for an agent to invoke this correctly.

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 this dimension depends entirely on the description. The description provides a line for each parameter: label with a short-key example, access_token as a long-lived API token, ig_user_id as numeric, app_secret as optional with appsecret_proof benefit, and make_default with its exact behavior. This fully compensates for the schema's lack of descriptions.

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?

Description opens with a specific verb and resource: 'Store an Instagram Business/Creator account for use by every tool.' It clearly establishes this as the credentialing/setup tool, distinguishing it from siblings like publish_image or set_default_account by explaining its role as the account source for all other tools.

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: this is where an account is stored so every tool can use it, and make_default controls whether it becomes the fallback account. However, it never explicitly contrasts with siblings like set_default_account or remove_account, nor states when not to use this tool. Usage context is present but left mostly to inference.

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/Burak-cell-max/instagram-mcp-panel'

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