Skip to main content
Glama
Burak-cell-max

instagram-mcp

send_message

Send an Instagram DM to a recipient within the 24-hour standard-messaging window using the official Graph API. Requires Meta App Review and the recipient's IGSID.

Instructions

Send a DM. REQUIRES Meta App Review + the 24-hour standard-messaging window.

recipient_id is the IGSID (Instagram-scoped user id) of the recipient. Outside the 24h customer-service window a paid message tag is required (not handled here).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
accountNo
recipient_idYes

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 provided, the description carries the behavioral disclosure burden. It reveals auth requirements, the IGSID recipient requirement, and the limitation around paid message tags. It does not discuss result behavior or side effects, but the output schema can cover return shape.

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 short, front-loaded with the action, and every sentence adds value: the action, the requirements, the ID definition, and the limitation. There is no filler or repetition of schema fields.

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 send-DM tool with an output schema, the description covers the core constraints and the key non-obvious parameter. It could mention how the optional account field is resolved, but overall it gives an agent enough to invoke the tool correctly within its documented context.

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

Parameters3/5

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

Schema coverage is 0%, so the description must explain parameters. It usefully defines recipient_id as an IGSID and clarifies a potentially confusing prerequisite, but it does not explain the 'account' parameter or any constraints on 'text'. The description partially compensates but not fully.

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 opens with 'Send a DM,' which clearly names the verb and resource. It is distinct from sibling tools that list messages or publish media, though it does not explicitly name a differentiating sibling for sending DMs versus replying to comments.

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 gives explicit prerequisites: Meta App Review and the 24-hour standard-messaging window. It also states when not to use it by noting that paid message tags outside the window are not handled here, though it does not name an alternative tool.

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