Skip to main content
Glama
zouwei

mcp-instagram

by zouwei

publish_post

Publish single image or carousel posts to an Instagram professional account using public HTTPS URLs for JPEG images, with caption and alt text support.

Instructions

发布图文到 Instagram 专业账号。1 张图 → 单图帖,2–10 张 → 轮播(顺序即展示顺序,所有图按第一张的宽高比裁剪)。图片必须是 https 公网地址、JPEG 格式、≤8MB、宽 320–1440px、宽高比 4:5~1.91:1 —— Instagram 由服务端主动拉取媒体,本地路径与内网地址取不到。caption ≤2200 字符、话题标签 ≤30 个,且不渲染 Markdown。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
captionYes正文,≤2200 字符;纯文本,Markdown 标记会原样显示
alt_textsNo无障碍描述,与 image_urls 一一对应
image_urlsYes图片的 https 公网地址,1–10 个;第一张决定轮播的裁剪比例
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

Although no annotations are provided, the description discloses important behavioral traits: the server actively pulls media from public https URLs, local/intranet paths won't work; image cropping based on first image's aspect ratio; carousel ordering defines display order; pure text rendering (no Markdown). These are non-obvious behaviors that help avoid failed calls. A small gap: it doesn't mention what the response looks like or potential side effects (e.g., posting immediately).

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 dense but well-structured: it front-loads the core purpose, then breaks constraints into a compact list of requirements. Every sentence provides actionable information with no fluff. It's long but justified because of the numerous technical constraints; clarity is maintained.

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?

For a publishing tool with no annotations or output schema, the description covers input constraints comprehensively, the behavior of media fetching, and likely failure modes (e.g., local paths won't work). It lacks explicit return-value or error-handling info, but since there's no output schema, the description carries that burden; still, it's sufficiently complete for an agent to invoke correctly. Sibling context shows it's part of an Instagram integration, so no further context is needed.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds significant meaning beyond the schema strings: it explains that image_urls must be publicly accessible https URLs (server fetches them), 1-10 images, JPEG, size limits, dimensions, and aspect ratios; alt_texts correspond one-to-one; caption length and pure-text behavior. This compensates and elevates above baseline.

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's purpose: publish images/text to an Instagram professional account. It specifies the resource (Instagram professional account) and action (publish), and differentiates itself from sibling tools like get_publishing_limit, check_token, and refresh_token, which are about authorization or limits, not publishing content.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (to publish single or carousel posts) and what constraints apply (image format, size, dimensions, aspect ratio, caption length, hashtag limits). It also implies not to use it for other Instagram operations such as fetching limits or managing tokens, which are handled by sibling tools. This is clear usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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