Skip to main content
Glama
anas7272

Instagram MCP Server

by anas7272

post_to_instagram

Publishes a specific content item to Instagram via the Graph API using its content ID.

Instructions

Post content to Instagram using Instagram Graph API.

Prerequisites:

  • Set INSTAGRAM_ACCESS_TOKEN environment variable

  • Set INSTAGRAM_BUSINESS_ACCOUNT_ID environment variable

  • Instagram access token must have appropriate permissions

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
content_idYes
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It lists prerequisites (environment variables, permissions) but does not mention side effects, rate limits, idempotency, or success/failure behavior. For a mutation tool, this is a significant gap.

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 concise and well-structured: a single purpose sentence followed by a clean list of prerequisites. Every word earns its place, with no redundancy or filler.

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

Completeness3/5

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

The tool has only one parameter and no output schema, so the description covers basic usage with prerequisites. However, it lacks parameter semantics and behavioral details, making it adequate only at a minimal level. The presence of a similar sibling tool further underscores the need for more context.

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

Parameters2/5

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

The description does not mention the content_id parameter at all. The schema defines it as a required string, but the description provides no context on what 'content' refers to or how content_id maps to a resource. With 0% schema description coverage, this is a clear deficiency.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'post' with a clear resource 'content to Instagram' and mentions the Instagram Graph API as the mechanism. It implies a single-item post, which distinguishes it from the sibling post_carousel_to_instagram, but it does not explicitly state that distinction, so it falls short of a 5.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides prerequisites but no guidance on when to use this tool versus alternatives like post_carousel_to_instagram. There are no explicit 'use this when' instructions or exclusions, leaving the agent without decision criteria.

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/anas7272/Instagram-mcp'

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